Shades of Medium Wood #B0856C
Tints of Medium Wood #B0856C
RGB
CMYK
RGB Variations
Color information
#B0856C (or 0xB0856C) is known color: Medium Wood. HEX triplet: B0, 85 and 6C. RGB value is (176,133,108). Sum of RGB (Red+Green+Blue) = 176+133+108=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0856C is #4F7A93. Grayscale: #8F8F8F. Windows color (decimal): -5208724 or 7112112. OLE color: 7112112.
HSL color Cylindrical-coordinate representation of color #B0856C: hue angle of 22.06º 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 #B0856C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 108 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.31 |
| HSL | 22.06º | 0.3% | 0.56% | - |
| HSV(B) | 22.06º | 0.39% | 0.69% | - |
| XYZ | 29 | 27.09 | 17.89 | - |
| YUV | 143.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 108 | 0 | 0.24 | 0.39 | 0.31 | 22.06 | 0.3 | 0.56 |
| Hex | B0 | 85 | 6C | 0 | 18 | 27 | 1F | 16 | 1E | 38 |
| Octal | 260 | 205 | 154 | 0 | 30 | 47 | 37 | 26 | 36 | 70 |
| Binary | 10110000 | 10000101 | 1101100 | 0 | 11000 | 100111 | 11111 | 10110 | 11110 | 111000 |
Color Harmonies of #B0856C
Complementary color
Monochromatic Colors of #B0856C
Black with #B0856C
Text Example
Text Example
White with #B0856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0856C; }
p { color: rgb(176,133,108); }
H1.HeaderClassName
{
color: #B0856C;
}
.AnyTagClassName
{
color: #B0856C;
}
</style>
background-color css
<style>
a { background-color: #B0856C; }
a { background-color: rgb(176,133,108); }
div.DivClassName
{
background-color: #B0856C;
}
.BgClassName
{
background-color: #B0856C;
}
</style>
border-color css
<style>
span { border-color: #B0856C; }
span { border-color: rgb(176,133,108); }
td.TdClassName
{
border-color: #B0856C;
}
.TagClassName
{
border-color: #B0856C;
}
</style>