Shades of Medium Wood #B97E5E
Tints of Medium Wood #B97E5E
RGB
CMYK
RGB Variations
Color information
#B97E5E (or 0xB97E5E) is known color: Medium Wood. HEX triplet: B9, 7E and 5E. RGB value is (185,126,94). Sum of RGB (Red+Green+Blue) = 185+126+94=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E5E is #4681A1. Grayscale: #8C8C8C. Windows color (decimal): -4620706 or 6192825. OLE color: 6192825.
HSL color Cylindrical-coordinate representation of color #B97E5E: hue angle of 21.1º 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 #B97E5E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 126 | 94 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.27 |
| HSL | 21.1º | 0.39% | 0.55% | - |
| HSV(B) | 21.1º | 0.49% | 0.73% | - |
| XYZ | 29.49 | 26.04 | 14.06 | - |
| YUV | 139.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 126 | 94 | 0 | 0.32 | 0.49 | 0.27 | 21.1 | 0.39 | 0.55 |
| Hex | B9 | 7E | 5E | 0 | 20 | 31 | 1B | 15 | 27 | 37 |
| Octal | 271 | 176 | 136 | 0 | 40 | 61 | 33 | 25 | 47 | 67 |
| Binary | 10111001 | 1111110 | 1011110 | 0 | 100000 | 110001 | 11011 | 10101 | 100111 | 110111 |
Color Harmonies of #B97E5E
Complementary color
Monochromatic Colors of #B97E5E
Black with #B97E5E
Text Example
Text Example
White with #B97E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97E5E; }
p { color: rgb(185,126,94); }
H1.HeaderClassName
{
color: #B97E5E;
}
.AnyTagClassName
{
color: #B97E5E;
}
</style>
background-color css
<style>
a { background-color: #B97E5E; }
a { background-color: rgb(185,126,94); }
div.DivClassName
{
background-color: #B97E5E;
}
.BgClassName
{
background-color: #B97E5E;
}
</style>
border-color css
<style>
span { border-color: #B97E5E; }
span { border-color: rgb(185,126,94); }
td.TdClassName
{
border-color: #B97E5E;
}
.TagClassName
{
border-color: #B97E5E;
}
</style>