Shades of Medium Wood #B9805E
Tints of Medium Wood #B9805E
RGB
CMYK
RGB Variations
Color information
#B9805E (or 0xB9805E) is known color: Medium Wood. HEX triplet: B9, 80 and 5E. RGB value is (185,128,94). Sum of RGB (Red+Green+Blue) = 185+128+94=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9805E is #467FA1. Grayscale: #8D8D8D. Windows color (decimal): -4620194 or 6193337. OLE color: 6193337.
HSL color Cylindrical-coordinate representation of color #B9805E: hue angle of 22.42º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9805E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 94 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.27 |
| HSL | 22.42º | 0.39% | 0.55% | - |
| HSV(B) | 22.42º | 0.49% | 0.73% | - |
| XYZ | 29.75 | 26.56 | 14.15 | - |
| YUV | 141.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 94 | 0 | 0.31 | 0.49 | 0.27 | 22.42 | 0.39 | 0.55 |
| Hex | B9 | 80 | 5E | 0 | 1F | 31 | 1B | 16 | 27 | 37 |
| Octal | 271 | 200 | 136 | 0 | 37 | 61 | 33 | 26 | 47 | 67 |
| Binary | 10111001 | 10000000 | 1011110 | 0 | 11111 | 110001 | 11011 | 10110 | 100111 | 110111 |
Color Harmonies of #B9805E
Complementary color
Monochromatic Colors of #B9805E
Black with #B9805E
Text Example
Text Example
White with #B9805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9805E; }
p { color: rgb(185,128,94); }
H1.HeaderClassName
{
color: #B9805E;
}
.AnyTagClassName
{
color: #B9805E;
}
</style>
background-color css
<style>
a { background-color: #B9805E; }
a { background-color: rgb(185,128,94); }
div.DivClassName
{
background-color: #B9805E;
}
.BgClassName
{
background-color: #B9805E;
}
</style>
border-color css
<style>
span { border-color: #B9805E; }
span { border-color: rgb(185,128,94); }
td.TdClassName
{
border-color: #B9805E;
}
.TagClassName
{
border-color: #B9805E;
}
</style>