Shades of Medium Wood #B4886C
Tints of Medium Wood #B4886C
RGB
CMYK
RGB Variations
Color information
#B4886C (or 0xB4886C) is known color: Medium Wood. HEX triplet: B4, 88 and 6C. RGB value is (180,136,108). Sum of RGB (Red+Green+Blue) = 180+136+108=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4886C is #4B7793. Grayscale: #929292. Windows color (decimal): -4945812 or 7112884. OLE color: 7112884.
HSL color Cylindrical-coordinate representation of color #B4886C: hue angle of 23.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4886C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 108 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.29 |
| HSL | 23.33º | 0.32% | 0.56% | - |
| HSV(B) | 23.33º | 0.4% | 0.71% | - |
| XYZ | 30.33 | 28.39 | 18.07 | - |
| YUV | 145.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 108 | 0 | 0.24 | 0.40 | 0.29 | 23.33 | 0.32 | 0.56 |
| Hex | B4 | 88 | 6C | 0 | 18 | 28 | 1D | 17 | 20 | 38 |
| Octal | 264 | 210 | 154 | 0 | 30 | 50 | 35 | 27 | 40 | 70 |
| Binary | 10110100 | 10001000 | 1101100 | 0 | 11000 | 101000 | 11101 | 10111 | 100000 | 111000 |
Color Harmonies of #B4886C
Complementary color
Monochromatic Colors of #B4886C
Black with #B4886C
Text Example
Text Example
White with #B4886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4886C; }
p { color: rgb(180,136,108); }
H1.HeaderClassName
{
color: #B4886C;
}
.AnyTagClassName
{
color: #B4886C;
}
</style>
background-color css
<style>
a { background-color: #B4886C; }
a { background-color: rgb(180,136,108); }
div.DivClassName
{
background-color: #B4886C;
}
.BgClassName
{
background-color: #B4886C;
}
</style>
border-color css
<style>
span { border-color: #B4886C; }
span { border-color: rgb(180,136,108); }
td.TdClassName
{
border-color: #B4886C;
}
.TagClassName
{
border-color: #B4886C;
}
</style>