Shades of Medium Wood #B0866B
Tints of Medium Wood #B0866B
RGB
CMYK
RGB Variations
Color information
#B0866B (or 0xB0866B) is known color: Medium Wood. HEX triplet: B0, 86 and 6B. RGB value is (176,134,107). Sum of RGB (Red+Green+Blue) = 176+134+107=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0866B is #4F7994. Grayscale: #8F8F8F. Windows color (decimal): -5208469 or 7046832. OLE color: 7046832.
HSL color Cylindrical-coordinate representation of color #B0866B: hue angle of 23.48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0866B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 107 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.31 |
| HSL | 23.48º | 0.3% | 0.55% | - |
| HSV(B) | 23.48º | 0.39% | 0.69% | - |
| XYZ | 29.08 | 27.34 | 17.65 | - |
| YUV | 143.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 107 | 0 | 0.24 | 0.39 | 0.31 | 23.48 | 0.3 | 0.55 |
| Hex | B0 | 86 | 6B | 0 | 18 | 27 | 1F | 17 | 1E | 37 |
| Octal | 260 | 206 | 153 | 0 | 30 | 47 | 37 | 27 | 36 | 67 |
| Binary | 10110000 | 10000110 | 1101011 | 0 | 11000 | 100111 | 11111 | 10111 | 11110 | 110111 |
Color Harmonies of #B0866B
Complementary color
Monochromatic Colors of #B0866B
Black with #B0866B
Text Example
Text Example
White with #B0866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0866B; }
p { color: rgb(176,134,107); }
H1.HeaderClassName
{
color: #B0866B;
}
.AnyTagClassName
{
color: #B0866B;
}
</style>
background-color css
<style>
a { background-color: #B0866B; }
a { background-color: rgb(176,134,107); }
div.DivClassName
{
background-color: #B0866B;
}
.BgClassName
{
background-color: #B0866B;
}
</style>
border-color css
<style>
span { border-color: #B0866B; }
span { border-color: rgb(176,134,107); }
td.TdClassName
{
border-color: #B0866B;
}
.TagClassName
{
border-color: #B0866B;
}
</style>