Shades of Medium Wood #B0885F
Tints of Medium Wood #B0885F
RGB
CMYK
RGB Variations
Color information
#B0885F (or 0xB0885F) is known color: Medium Wood. HEX triplet: B0, 88 and 5F. RGB value is (176,136,95). Sum of RGB (Red+Green+Blue) = 176+136+95=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0885F is #4F77A0. Grayscale: #8F8F8F. Windows color (decimal): -5207969 or 6260912. OLE color: 6260912.
HSL color Cylindrical-coordinate representation of color #B0885F: hue angle of 30.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0885F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 95 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.31 |
| HSL | 30.37º | 0.34% | 0.53% | - |
| HSV(B) | 30.37º | 0.46% | 0.69% | - |
| XYZ | 28.77 | 27.66 | 14.65 | - |
| YUV | 143.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 95 | 0 | 0.23 | 0.46 | 0.31 | 30.37 | 0.34 | 0.53 |
| Hex | B0 | 88 | 5F | 0 | 17 | 2E | 1F | 1E | 22 | 35 |
| Octal | 260 | 210 | 137 | 0 | 27 | 56 | 37 | 36 | 42 | 65 |
| Binary | 10110000 | 10001000 | 1011111 | 0 | 10111 | 101110 | 11111 | 11110 | 100010 | 110101 |
Color Harmonies of #B0885F
Complementary color
Monochromatic Colors of #B0885F
Black with #B0885F
Text Example
Text Example
White with #B0885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0885F; }
p { color: rgb(176,136,95); }
H1.HeaderClassName
{
color: #B0885F;
}
.AnyTagClassName
{
color: #B0885F;
}
</style>
background-color css
<style>
a { background-color: #B0885F; }
a { background-color: rgb(176,136,95); }
div.DivClassName
{
background-color: #B0885F;
}
.BgClassName
{
background-color: #B0885F;
}
</style>
border-color css
<style>
span { border-color: #B0885F; }
span { border-color: rgb(176,136,95); }
td.TdClassName
{
border-color: #B0885F;
}
.TagClassName
{
border-color: #B0885F;
}
</style>