#B2A59D color RGB value is (11, 42, 89).
#B2A59D hex color red value is 11, green value is 42, and blue value is 89.
Cylindrical-coordinate representations (HSL) of color #B2A59D
hue: 216.15,
saturation: 0.78 and lightness: 0.2.
The process color (four-color CMYK) of #B2A59D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B2A59D is #ff9999. Color #B2A59D contains mainly RED.
Color spaces of #B2A59D | Value |
---|---|
RGB | 178, 165, 157 |
HSL | 0.06, 0.12, 0.66 |
HSV | 23°, 12°, 70° |
XYZ | 37.9, 38.81, 37.39 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10100101 | 10011101 |
Octal | 262 | 245 | 235 |
Decimal | 178 | 165 | 157 |
Hex | B2 | A5 | 9D |
Shades of #B2A59D
Tints of #B2A59D
.mybgColor {background-color: #B2A59D;} .myforeColor {color: #B2A59D;} .myborderColor {border:3px solid #B2A59D;}
<p style="color:#B2A59D">Text here</p>
This sample text is styled with the font color #B2A59D. 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:#B2A59D">Div content here</div>
<div style="border:3px solid #B2A59D">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178, 165, 157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #B2A59D; } .divShadow { -moz-box-shadow: 1px 1px 3px #B2A59D; -webkit-box-shadow: 1px 1px 3px #B2A59D; box-shadow: 1px 1px 3px #B2A59D; }
<p style="text-shadow: 4px 4px 2px rgba(178, 165, 157, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B2A59D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B2A59D;
-webkit-box-shadow: 1px 1px 3px #B2A59D;
box-shadow: 1px 1px 3px #B2A59D;">Div content here</div>