color details

Color Details
#b28682 Color Hex

#b28682 color RGB value is (11, 40, 104).
#b28682 hex color red value is 11, green value is 40, and blue value is 104.
Cylindrical-coordinate representations (HSL) of color #b28682 hue: 221.29, saturation: 0.81 and lightness: 0.23.

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

Color Spaces
Color spaces of #b28682Value
RGB178, 134, 130
HSL0.01, 0.24, 0.6
HSV5°, 27°, 70°
XYZ30.92, 28.13, 24.92
Base Numbers
Base Red Green Blue
Binary 10110010 10000110 10000010
Octal 262 206 202
Decimal 178 134 130
Hex B2 86 82

RGB Percentages for Color #b28682

40.27%
30.32%
29.41%

CMYK Percentages of the Color #b28682

24.72%
26.97%
30.2%
CSS Codes for Color #b28682
.mybgColor {background-color: #b28682;}
.myforeColor {color: #b28682;}
.myborderColor {border:3px solid #b28682;}
Text Font Color #b28682

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

This sample text is styled with the font color #b28682. 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 #b28682

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(178, 134, 130, 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 #b28682;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #b28682

Scroll to Top