#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 of #b28682 | Value |
---|---|
RGB | 178, 134, 130 |
HSL | 0.01, 0.24, 0.6 |
HSV | 5°, 27°, 70° |
XYZ | 30.92, 28.13, 24.92 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10000110 | 10000010 |
Octal | 262 | 206 | 202 |
Decimal | 178 | 134 | 130 |
Hex | B2 | 86 | 82 |
Shades of #b28682
Tints of #b28682
.mybgColor {background-color: #b28682;} .myforeColor {color: #b28682;} .myborderColor {border:3px solid #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,
<div style="background-color:#b28682">Div content here</div>
<div style="border:3px solid #b28682">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(178, 134, 130, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b28682;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>