Shades of Medium Wood #B0866D
Tints of Medium Wood #B0866D
RGB
CMYK
RGB Variations
Color information
#B0866D (or 0xB0866D) is known color: Medium Wood. HEX triplet: B0, 86 and 6D. RGB value is (176,134,109). Sum of RGB (Red+Green+Blue) = 176+134+109=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0866D is #4F7992. Grayscale: #8F8F8F. Windows color (decimal): -5208467 or 7177904. OLE color: 7177904.
HSL color Cylindrical-coordinate representation of color #B0866D: hue angle of 22.39º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0866D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 109 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.31 |
| HSL | 22.39º | 0.3% | 0.56% | - |
| HSV(B) | 22.39º | 0.38% | 0.69% | - |
| XYZ | 29.19 | 27.38 | 18.22 | - |
| YUV | 143.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 109 | 0 | 0.24 | 0.38 | 0.31 | 22.39 | 0.3 | 0.56 |
| Hex | B0 | 86 | 6D | 0 | 18 | 26 | 1F | 16 | 1E | 38 |
| Octal | 260 | 206 | 155 | 0 | 30 | 46 | 37 | 26 | 36 | 70 |
| Binary | 10110000 | 10000110 | 1101101 | 0 | 11000 | 100110 | 11111 | 10110 | 11110 | 111000 |
Color Harmonies of #B0866D
Complementary color
Monochromatic Colors of #B0866D
Black with #B0866D
Text Example
Text Example
White with #B0866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0866D; }
p { color: rgb(176,134,109); }
H1.HeaderClassName
{
color: #B0866D;
}
.AnyTagClassName
{
color: #B0866D;
}
</style>
background-color css
<style>
a { background-color: #B0866D; }
a { background-color: rgb(176,134,109); }
div.DivClassName
{
background-color: #B0866D;
}
.BgClassName
{
background-color: #B0866D;
}
</style>
border-color css
<style>
span { border-color: #B0866D; }
span { border-color: rgb(176,134,109); }
td.TdClassName
{
border-color: #B0866D;
}
.TagClassName
{
border-color: #B0866D;
}
</style>