#b85046 color RGB value is (11, 133, 4).
#b85046 hex color red value is 11, green value is 133, and blue value is 4.
Cylindrical-coordinate representations (HSL) of color #b85046
hue: 116.74,
saturation: 0.94 and lightness: 0.27.
The process color (four-color CMYK) of #b85046 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b85046 is #ff9999. Color #b85046 contains mainly RED.
| Color spaces of #b85046 | Value |
|---|---|
| RGB | 184, 80, 70 |
| HSL | 0.01, 0.45, 0.5 |
| HSV | 5°, 62°, 72° |
| XYZ | 23.74, 16.37, 7.7 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111000 | 1010000 | 1000110 |
| Octal | 270 | 120 | 106 |
| Decimal | 184 | 80 | 70 |
| Hex | B8 | 50 | 46 |
Shades of #b85046
Tints of #b85046
.mybgColor {background-color: #b85046;}
.myforeColor {color: #b85046;}
.myborderColor {border:3px solid #b85046;}
<p style="color:#b85046">Text here</p>
This sample text is styled with the font color #b85046. 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:#b85046">Div content here</div>
<div style="border:3px solid #b85046">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(184, 80, 70, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b85046; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b85046;
-webkit-box-shadow: 1px 1px 3px #b85046;
box-shadow: 1px 1px 3px #b85046; }
<p style="text-shadow: 4px 4px 2px rgba(184, 80, 70, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b85046;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b85046;
-webkit-box-shadow: 1px 1px 3px #b85046;
box-shadow: 1px 1px 3px #b85046;">Div content here</div>
