Shades of Medium Wood #B5886C
Tints of Medium Wood #B5886C
RGB
CMYK
RGB Variations
Color information
#B5886C (or 0xB5886C) is known color: Medium Wood. HEX triplet: B5, 88 and 6C. RGB value is (181,136,108). Sum of RGB (Red+Green+Blue) = 181+136+108=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5886C is #4A7793. Grayscale: #929292. Windows color (decimal): -4880276 or 7112885. OLE color: 7112885.
HSL color Cylindrical-coordinate representation of color #B5886C: hue angle of 23.01º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5886C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 108 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.29 |
| HSL | 23.01º | 0.33% | 0.57% | - |
| HSV(B) | 23.01º | 0.4% | 0.71% | - |
| XYZ | 30.57 | 28.51 | 18.08 | - |
| YUV | 146.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 108 | 0 | 0.25 | 0.40 | 0.29 | 23.01 | 0.33 | 0.57 |
| Hex | B5 | 88 | 6C | 0 | 19 | 28 | 1D | 17 | 21 | 39 |
| Octal | 265 | 210 | 154 | 0 | 31 | 50 | 35 | 27 | 41 | 71 |
| Binary | 10110101 | 10001000 | 1101100 | 0 | 11001 | 101000 | 11101 | 10111 | 100001 | 111001 |
Color Harmonies of #B5886C
Complementary color
Monochromatic Colors of #B5886C
Black with #B5886C
Text Example
Text Example
White with #B5886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5886C; }
p { color: rgb(181,136,108); }
H1.HeaderClassName
{
color: #B5886C;
}
.AnyTagClassName
{
color: #B5886C;
}
</style>
background-color css
<style>
a { background-color: #B5886C; }
a { background-color: rgb(181,136,108); }
div.DivClassName
{
background-color: #B5886C;
}
.BgClassName
{
background-color: #B5886C;
}
</style>
border-color css
<style>
span { border-color: #B5886C; }
span { border-color: rgb(181,136,108); }
td.TdClassName
{
border-color: #B5886C;
}
.TagClassName
{
border-color: #B5886C;
}
</style>