Shades of Medium Wood #B9805D
Tints of Medium Wood #B9805D
RGB
CMYK
RGB Variations
Color information
#B9805D (or 0xB9805D) is known color: Medium Wood. HEX triplet: B9, 80 and 5D. RGB value is (185,128,93). Sum of RGB (Red+Green+Blue) = 185+128+93=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9805D is #467FA2. Grayscale: #8D8D8D. Windows color (decimal): -4620195 or 6127801. OLE color: 6127801.
HSL color Cylindrical-coordinate representation of color #B9805D: hue angle of 22.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9805D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 93 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.27 |
| HSL | 22.83º | 0.4% | 0.55% | - |
| HSV(B) | 22.83º | 0.5% | 0.73% | - |
| XYZ | 29.7 | 26.54 | 13.91 | - |
| YUV | 141.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 93 | 0 | 0.31 | 0.50 | 0.27 | 22.83 | 0.4 | 0.55 |
| Hex | B9 | 80 | 5D | 0 | 1F | 32 | 1B | 17 | 28 | 37 |
| Octal | 271 | 200 | 135 | 0 | 37 | 62 | 33 | 27 | 50 | 67 |
| Binary | 10111001 | 10000000 | 1011101 | 0 | 11111 | 110010 | 11011 | 10111 | 101000 | 110111 |
Color Harmonies of #B9805D
Complementary color
Monochromatic Colors of #B9805D
Black with #B9805D
Text Example
Text Example
White with #B9805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9805D; }
p { color: rgb(185,128,93); }
H1.HeaderClassName
{
color: #B9805D;
}
.AnyTagClassName
{
color: #B9805D;
}
</style>
background-color css
<style>
a { background-color: #B9805D; }
a { background-color: rgb(185,128,93); }
div.DivClassName
{
background-color: #B9805D;
}
.BgClassName
{
background-color: #B9805D;
}
</style>
border-color css
<style>
span { border-color: #B9805D; }
span { border-color: rgb(185,128,93); }
td.TdClassName
{
border-color: #B9805D;
}
.TagClassName
{
border-color: #B9805D;
}
</style>