Shades of Medium Wood #B97E60
Tints of Medium Wood #B97E60
RGB
CMYK
RGB Variations
Color information
#B97E60 (or 0xB97E60) is known color: Medium Wood. HEX triplet: B9, 7E and 60. RGB value is (185,126,96). Sum of RGB (Red+Green+Blue) = 185+126+96=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E60 is #46819F. Grayscale: #8C8C8C. Windows color (decimal): -4620704 or 6323897. OLE color: 6323897.
HSL color Cylindrical-coordinate representation of color #B97E60: hue angle of 20.22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B97E60 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 96 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.27 |
| HSL | 20.22º | 0.39% | 0.55% | - |
| HSV(B) | 20.22º | 0.48% | 0.73% | - |
| XYZ | 29.58 | 26.08 | 14.54 | - |
| YUV | 140.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 96 | 0 | 0.32 | 0.48 | 0.27 | 20.22 | 0.39 | 0.55 |
| Hex | B9 | 7E | 60 | 0 | 20 | 30 | 1B | 14 | 27 | 37 |
| Octal | 271 | 176 | 140 | 0 | 40 | 60 | 33 | 24 | 47 | 67 |
| Binary | 10111001 | 1111110 | 1100000 | 0 | 100000 | 110000 | 11011 | 10100 | 100111 | 110111 |
Color Harmonies of #B97E60
Complementary color
Monochromatic Colors of #B97E60
Black with #B97E60
Text Example
Text Example
White with #B97E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97E60; }
p { color: rgb(185,126,96); }
H1.HeaderClassName
{
color: #B97E60;
}
.AnyTagClassName
{
color: #B97E60;
}
</style>
background-color css
<style>
a { background-color: #B97E60; }
a { background-color: rgb(185,126,96); }
div.DivClassName
{
background-color: #B97E60;
}
.BgClassName
{
background-color: #B97E60;
}
</style>
border-color css
<style>
span { border-color: #B97E60; }
span { border-color: rgb(185,126,96); }
td.TdClassName
{
border-color: #B97E60;
}
.TagClassName
{
border-color: #B97E60;
}
</style>