Shades of Medium Wood #B9825B
Tints of Medium Wood #B9825B
RGB
CMYK
RGB Variations
Color information
#B9825B (or 0xB9825B) is known color: Medium Wood. HEX triplet: B9, 82 and 5B. RGB value is (185,130,91). Sum of RGB (Red+Green+Blue) = 185+130+91=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9825B is #467DA4. Grayscale: #8E8E8E. Windows color (decimal): -4619685 or 5997241. OLE color: 5997241.
HSL color Cylindrical-coordinate representation of color #B9825B: hue angle of 24.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9825B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 91 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.27 |
| HSL | 24.89º | 0.4% | 0.54% | - |
| HSV(B) | 24.89º | 0.51% | 0.73% | - |
| XYZ | 29.88 | 27.03 | 13.54 | - |
| YUV | 142 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 91 | 0 | 0.30 | 0.51 | 0.27 | 24.89 | 0.4 | 0.54 |
| Hex | B9 | 82 | 5B | 0 | 1E | 33 | 1B | 19 | 28 | 36 |
| Octal | 271 | 202 | 133 | 0 | 36 | 63 | 33 | 31 | 50 | 66 |
| Binary | 10111001 | 10000010 | 1011011 | 0 | 11110 | 110011 | 11011 | 11001 | 101000 | 110110 |
Color Harmonies of #B9825B
Complementary color
Monochromatic Colors of #B9825B
Black with #B9825B
Text Example
Text Example
White with #B9825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9825B; }
p { color: rgb(185,130,91); }
H1.HeaderClassName
{
color: #B9825B;
}
.AnyTagClassName
{
color: #B9825B;
}
</style>
background-color css
<style>
a { background-color: #B9825B; }
a { background-color: rgb(185,130,91); }
div.DivClassName
{
background-color: #B9825B;
}
.BgClassName
{
background-color: #B9825B;
}
</style>
border-color css
<style>
span { border-color: #B9825B; }
span { border-color: rgb(185,130,91); }
td.TdClassName
{
border-color: #B9825B;
}
.TagClassName
{
border-color: #B9825B;
}
</style>