Shades of Medium Wood #B0866C
Tints of Medium Wood #B0866C
RGB
CMYK
RGB Variations
Color information
#B0866C (or 0xB0866C) is known color: Medium Wood. HEX triplet: B0, 86 and 6C. RGB value is (176,134,108). Sum of RGB (Red+Green+Blue) = 176+134+108=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0866C is #4F7993. Grayscale: #8F8F8F. Windows color (decimal): -5208468 or 7112368. OLE color: 7112368.
HSL color Cylindrical-coordinate representation of color #B0866C: hue angle of 22.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0866C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 108 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.31 |
| HSL | 22.94º | 0.3% | 0.56% | - |
| HSV(B) | 22.94º | 0.39% | 0.69% | - |
| XYZ | 29.14 | 27.36 | 17.93 | - |
| YUV | 143.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 108 | 0 | 0.24 | 0.39 | 0.31 | 22.94 | 0.3 | 0.56 |
| Hex | B0 | 86 | 6C | 0 | 18 | 27 | 1F | 17 | 1E | 38 |
| Octal | 260 | 206 | 154 | 0 | 30 | 47 | 37 | 27 | 36 | 70 |
| Binary | 10110000 | 10000110 | 1101100 | 0 | 11000 | 100111 | 11111 | 10111 | 11110 | 111000 |
Color Harmonies of #B0866C
Complementary color
Monochromatic Colors of #B0866C
Black with #B0866C
Text Example
Text Example
White with #B0866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0866C; }
p { color: rgb(176,134,108); }
H1.HeaderClassName
{
color: #B0866C;
}
.AnyTagClassName
{
color: #B0866C;
}
</style>
background-color css
<style>
a { background-color: #B0866C; }
a { background-color: rgb(176,134,108); }
div.DivClassName
{
background-color: #B0866C;
}
.BgClassName
{
background-color: #B0866C;
}
</style>
border-color css
<style>
span { border-color: #B0866C; }
span { border-color: rgb(176,134,108); }
td.TdClassName
{
border-color: #B0866C;
}
.TagClassName
{
border-color: #B0866C;
}
</style>