Shades of Medium Wood #B4866A
Tints of Medium Wood #B4866A
RGB
CMYK
RGB Variations
Color information
#B4866A (or 0xB4866A) is known color: Medium Wood. HEX triplet: B4, 86 and 6A. RGB value is (180,134,106). Sum of RGB (Red+Green+Blue) = 180+134+106=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4866A is #4B7995. Grayscale: #909090. Windows color (decimal): -4946326 or 6981300. OLE color: 6981300.
HSL color Cylindrical-coordinate representation of color #B4866A: hue angle of 22.7º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4866A is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 106 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.29 |
| HSL | 22.7º | 0.33% | 0.56% | - |
| HSV(B) | 22.7º | 0.41% | 0.71% | - |
| XYZ | 29.95 | 27.79 | 17.42 | - |
| YUV | 144.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 106 | 0 | 0.26 | 0.41 | 0.29 | 22.7 | 0.33 | 0.56 |
| Hex | B4 | 86 | 6A | 0 | 1A | 29 | 1D | 17 | 21 | 38 |
| Octal | 264 | 206 | 152 | 0 | 32 | 51 | 35 | 27 | 41 | 70 |
| Binary | 10110100 | 10000110 | 1101010 | 0 | 11010 | 101001 | 11101 | 10111 | 100001 | 111000 |
Color Harmonies of #B4866A
Complementary color
Monochromatic Colors of #B4866A
Black with #B4866A
Text Example
Text Example
White with #B4866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4866A; }
p { color: rgb(180,134,106); }
H1.HeaderClassName
{
color: #B4866A;
}
.AnyTagClassName
{
color: #B4866A;
}
</style>
background-color css
<style>
a { background-color: #B4866A; }
a { background-color: rgb(180,134,106); }
div.DivClassName
{
background-color: #B4866A;
}
.BgClassName
{
background-color: #B4866A;
}
</style>
border-color css
<style>
span { border-color: #B4866A; }
span { border-color: rgb(180,134,106); }
td.TdClassName
{
border-color: #B4866A;
}
.TagClassName
{
border-color: #B4866A;
}
</style>