#b86f66 color RGB value is (11, 134, 246).
#b86f66 hex color red value is 11, green value is 134, and blue value is 246.
Cylindrical-coordinate representations (HSL) of color #b86f66
hue: 208.6,
saturation: 0.93 and lightness: 0.5.
The process color (four-color CMYK) of #b86f66 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b86f66 is #ff9999. Color #b86f66 contains mainly RED.
| Color spaces of #b86f66 | Value |
|---|---|
| RGB | 184, 111, 102 |
| HSL | 0.02, 0.37, 0.56 |
| HSV | 7°, 45°, 72° |
| XYZ | 27.85, 22.52, 15.45 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111000 | 1101111 | 1100110 |
| Octal | 270 | 157 | 146 |
| Decimal | 184 | 111 | 102 |
| Hex | B8 | 6F | 66 |
Shades of #b86f66
Tints of #b86f66
.mybgColor {background-color: #b86f66;}
.myforeColor {color: #b86f66;}
.myborderColor {border:3px solid #b86f66;}
<p style="color:#b86f66">Text here</p>
This sample text is styled with the font color #b86f66. 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:#b86f66">Div content here</div>
<div style="border:3px solid #b86f66">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(184, 111, 102, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b86f66; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b86f66;
-webkit-box-shadow: 1px 1px 3px #b86f66;
box-shadow: 1px 1px 3px #b86f66; }
<p style="text-shadow: 4px 4px 2px rgba(184, 111, 102, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b86f66;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b86f66;
-webkit-box-shadow: 1px 1px 3px #b86f66;
box-shadow: 1px 1px 3px #b86f66;">Div content here</div>
