Shades of Medium Wood #B97C5A
Tints of Medium Wood #B97C5A
RGB
CMYK
RGB Variations
Color information
#B97C5A (or 0xB97C5A) is known color: Medium Wood. HEX triplet: B9, 7C and 5A. RGB value is (185,124,90). Sum of RGB (Red+Green+Blue) = 185+124+90=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C5A is #4683A5. Grayscale: #8A8A8A. Windows color (decimal): -4621222 or 5930169. OLE color: 5930169.
HSL color Cylindrical-coordinate representation of color #B97C5A: hue angle of 21.47º 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 #B97C5A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 90 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.27 |
| HSL | 21.47º | 0.4% | 0.54% | - |
| HSV(B) | 21.47º | 0.51% | 0.73% | - |
| XYZ | 29.06 | 25.47 | 13.06 | - |
| YUV | 138.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 90 | 0 | 0.33 | 0.51 | 0.27 | 21.47 | 0.4 | 0.54 |
| Hex | B9 | 7C | 5A | 0 | 21 | 33 | 1B | 15 | 28 | 36 |
| Octal | 271 | 174 | 132 | 0 | 41 | 63 | 33 | 25 | 50 | 66 |
| Binary | 10111001 | 1111100 | 1011010 | 0 | 100001 | 110011 | 11011 | 10101 | 101000 | 110110 |
Color Harmonies of #B97C5A
Complementary color
Monochromatic Colors of #B97C5A
Black with #B97C5A
Text Example
Text Example
White with #B97C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C5A; }
p { color: rgb(185,124,90); }
H1.HeaderClassName
{
color: #B97C5A;
}
.AnyTagClassName
{
color: #B97C5A;
}
</style>
background-color css
<style>
a { background-color: #B97C5A; }
a { background-color: rgb(185,124,90); }
div.DivClassName
{
background-color: #B97C5A;
}
.BgClassName
{
background-color: #B97C5A;
}
</style>
border-color css
<style>
span { border-color: #B97C5A; }
span { border-color: rgb(185,124,90); }
td.TdClassName
{
border-color: #B97C5A;
}
.TagClassName
{
border-color: #B97C5A;
}
</style>