Shades of Medium Wood #B9845F
Tints of Medium Wood #B9845F
RGB
CMYK
RGB Variations
Color information
#B9845F (or 0xB9845F) is known color: Medium Wood. HEX triplet: B9, 84 and 5F. RGB value is (185,132,95). Sum of RGB (Red+Green+Blue) = 185+132+95=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9845F is #467BA0. Grayscale: #8F8F8F. Windows color (decimal): -4619169 or 6259897. OLE color: 6259897.
HSL color Cylindrical-coordinate representation of color #B9845F: hue angle of 24.67º 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 #B9845F is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 95 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.27 |
| HSL | 24.67º | 0.39% | 0.55% | - |
| HSV(B) | 24.67º | 0.49% | 0.73% | - |
| XYZ | 30.32 | 27.64 | 14.56 | - |
| YUV | 143.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 95 | 0 | 0.29 | 0.49 | 0.27 | 24.67 | 0.39 | 0.55 |
| Hex | B9 | 84 | 5F | 0 | 1D | 31 | 1B | 19 | 27 | 37 |
| Octal | 271 | 204 | 137 | 0 | 35 | 61 | 33 | 31 | 47 | 67 |
| Binary | 10111001 | 10000100 | 1011111 | 0 | 11101 | 110001 | 11011 | 11001 | 100111 | 110111 |
Color Harmonies of #B9845F
Complementary color
Monochromatic Colors of #B9845F
Black with #B9845F
Text Example
Text Example
White with #B9845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9845F; }
p { color: rgb(185,132,95); }
H1.HeaderClassName
{
color: #B9845F;
}
.AnyTagClassName
{
color: #B9845F;
}
</style>
background-color css
<style>
a { background-color: #B9845F; }
a { background-color: rgb(185,132,95); }
div.DivClassName
{
background-color: #B9845F;
}
.BgClassName
{
background-color: #B9845F;
}
</style>
border-color css
<style>
span { border-color: #B9845F; }
span { border-color: rgb(185,132,95); }
td.TdClassName
{
border-color: #B9845F;
}
.TagClassName
{
border-color: #B9845F;
}
</style>