color details

Color Details
#B76E79 Color Hex

#B76E79 color RGB value is (11, 118, 231).
#B76E79 hex color red value is 11, green value is 118, and blue value is 231.
Cylindrical-coordinate representations (HSL) of color #B76E79 hue: 210.82, saturation: 0.91 and lightness: 0.47.

The process color (four-color CMYK) of #B76E79 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B76E79 is #ff9999. Color #B76E79 contains mainly RED.

Color Spaces
Color spaces of #B76E79Value
RGB183, 110, 121
HSL0.97, 0.34, 0.57
HSV351°, 40°, 72°
XYZ28.56, 22.6, 20.94
Base Numbers
Base Red Green Blue
Binary 10110111 1101110 1111001
Octal 267 156 171
Decimal 183 110 121
Hex B7 6E 79

RGB Percentages for Color #B76E79

44.2%
26.57%
29.23%

CMYK Percentages of the Color #B76E79

39.89%
33.88%
28.24%
CSS Codes for Color #B76E79
.mybgColor {background-color: #B76E79;}
.myforeColor {color: #B76E79;}
.myborderColor {border:3px solid #B76E79;}
Text Font Color #B76E79

<p style="color:#B76E79">Text here</p>

This sample text is styled with the font color #B76E79. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #B76E79

<div style="background-color:#B76E79">Div content here</div>

The background color of this div is #B76E79
Border Color #B76E79

<div style="border:3px solid #B76E79">Div here</div>

The border color of this div is #B76E79
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(183, 110, 121, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #B76E79;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #B76E79;
-webkit-box-shadow: 1px 1px 3px #B76E79;
box-shadow: 1px 1px 3px #B76E79;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183, 110, 121, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #B76E79;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #B76E79; -webkit-box-shadow: 1px 1px 3px #B76E79; box-shadow: 1px 1px 3px #B76E79;">Div content here</div>

This div box has a shadow with a specified color. #B76E79
Scroll to Top