Shades of Medium Wood #B97E5A
Tints of Medium Wood #B97E5A
RGB
CMYK
RGB Variations
Color information
#B97E5A (or 0xB97E5A) is known color: Medium Wood. HEX triplet: B9, 7E and 5A. RGB value is (185,126,90). Sum of RGB (Red+Green+Blue) = 185+126+90=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E5A is #4681A5. Grayscale: #8B8B8B. Windows color (decimal): -4620710 or 5930681. OLE color: 5930681.
HSL color Cylindrical-coordinate representation of color #B97E5A: hue angle of 22.74º 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 #B97E5A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 90 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.27 |
| HSL | 22.74º | 0.4% | 0.54% | - |
| HSV(B) | 22.74º | 0.51% | 0.73% | - |
| XYZ | 29.31 | 25.97 | 13.14 | - |
| YUV | 139.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 90 | 0 | 0.32 | 0.51 | 0.27 | 22.74 | 0.4 | 0.54 |
| Hex | B9 | 7E | 5A | 0 | 20 | 33 | 1B | 17 | 28 | 36 |
| Octal | 271 | 176 | 132 | 0 | 40 | 63 | 33 | 27 | 50 | 66 |
| Binary | 10111001 | 1111110 | 1011010 | 0 | 100000 | 110011 | 11011 | 10111 | 101000 | 110110 |
Color Harmonies of #B97E5A
Complementary color
Monochromatic Colors of #B97E5A
Black with #B97E5A
Text Example
Text Example
White with #B97E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97E5A; }
p { color: rgb(185,126,90); }
H1.HeaderClassName
{
color: #B97E5A;
}
.AnyTagClassName
{
color: #B97E5A;
}
</style>
background-color css
<style>
a { background-color: #B97E5A; }
a { background-color: rgb(185,126,90); }
div.DivClassName
{
background-color: #B97E5A;
}
.BgClassName
{
background-color: #B97E5A;
}
</style>
border-color css
<style>
span { border-color: #B97E5A; }
span { border-color: rgb(185,126,90); }
td.TdClassName
{
border-color: #B97E5A;
}
.TagClassName
{
border-color: #B97E5A;
}
</style>