Shades of Medium Wood #B9876A
Tints of Medium Wood #B9876A
RGB
CMYK
RGB Variations
Color information
#B9876A (or 0xB9876A) is known color: Medium Wood. HEX triplet: B9, 87 and 6A. RGB value is (185,135,106). Sum of RGB (Red+Green+Blue) = 185+135+106=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9876A is #467895. Grayscale: #929292. Windows color (decimal): -4618390 or 6981561. OLE color: 6981561.
HSL color Cylindrical-coordinate representation of color #B9876A: hue angle of 22.03º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9876A is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 106 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.27 |
| HSL | 22.03º | 0.36% | 0.57% | - |
| HSV(B) | 22.03º | 0.43% | 0.73% | - |
| XYZ | 31.27 | 28.68 | 17.52 | - |
| YUV | 146.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 106 | 0 | 0.27 | 0.43 | 0.27 | 22.03 | 0.36 | 0.57 |
| Hex | B9 | 87 | 6A | 0 | 1B | 2B | 1B | 16 | 24 | 39 |
| Octal | 271 | 207 | 152 | 0 | 33 | 53 | 33 | 26 | 44 | 71 |
| Binary | 10111001 | 10000111 | 1101010 | 0 | 11011 | 101011 | 11011 | 10110 | 100100 | 111001 |
Color Harmonies of #B9876A
Complementary color
Monochromatic Colors of #B9876A
Black with #B9876A
Text Example
Text Example
White with #B9876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9876A; }
p { color: rgb(185,135,106); }
H1.HeaderClassName
{
color: #B9876A;
}
.AnyTagClassName
{
color: #B9876A;
}
</style>
background-color css
<style>
a { background-color: #B9876A; }
a { background-color: rgb(185,135,106); }
div.DivClassName
{
background-color: #B9876A;
}
.BgClassName
{
background-color: #B9876A;
}
</style>
border-color css
<style>
span { border-color: #B9876A; }
span { border-color: rgb(185,135,106); }
td.TdClassName
{
border-color: #B9876A;
}
.TagClassName
{
border-color: #B9876A;
}
</style>