Shades of Medium Wood #B4886D
Tints of Medium Wood #B4886D
RGB
CMYK
RGB Variations
Color information
#B4886D (or 0xB4886D) is known color: Medium Wood. HEX triplet: B4, 88 and 6D. RGB value is (180,136,109). Sum of RGB (Red+Green+Blue) = 180+136+109=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4886D is #4B7792. Grayscale: #929292. Windows color (decimal): -4945811 or 7178420. OLE color: 7178420.
HSL color Cylindrical-coordinate representation of color #B4886D: hue angle of 22.82º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4886D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 109 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.29 |
| HSL | 22.82º | 0.32% | 0.57% | - |
| HSV(B) | 22.82º | 0.39% | 0.71% | - |
| XYZ | 30.39 | 28.42 | 18.35 | - |
| YUV | 146.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 109 | 0 | 0.24 | 0.39 | 0.29 | 22.82 | 0.32 | 0.57 |
| Hex | B4 | 88 | 6D | 0 | 18 | 27 | 1D | 17 | 20 | 39 |
| Octal | 264 | 210 | 155 | 0 | 30 | 47 | 35 | 27 | 40 | 71 |
| Binary | 10110100 | 10001000 | 1101101 | 0 | 11000 | 100111 | 11101 | 10111 | 100000 | 111001 |
Color Harmonies of #B4886D
Complementary color
Monochromatic Colors of #B4886D
Black with #B4886D
Text Example
Text Example
White with #B4886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4886D; }
p { color: rgb(180,136,109); }
H1.HeaderClassName
{
color: #B4886D;
}
.AnyTagClassName
{
color: #B4886D;
}
</style>
background-color css
<style>
a { background-color: #B4886D; }
a { background-color: rgb(180,136,109); }
div.DivClassName
{
background-color: #B4886D;
}
.BgClassName
{
background-color: #B4886D;
}
</style>
border-color css
<style>
span { border-color: #B4886D; }
span { border-color: rgb(180,136,109); }
td.TdClassName
{
border-color: #B4886D;
}
.TagClassName
{
border-color: #B4886D;
}
</style>