Shades of Medium Wood #B97D65
Tints of Medium Wood #B97D65
RGB
CMYK
RGB Variations
Color information
#B97D65 (or 0xB97D65) is known color: Medium Wood. HEX triplet: B9, 7D and 65. RGB value is (185,125,101). Sum of RGB (Red+Green+Blue) = 185+125+101=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D65 is #46829A. Grayscale: #8C8C8C. Windows color (decimal): -4620955 or 6651321. OLE color: 6651321.
HSL color Cylindrical-coordinate representation of color #B97D65: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B97D65 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 101 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.27 |
| HSL | 17.14º | 0.38% | 0.56% | - |
| HSV(B) | 17.14º | 0.45% | 0.73% | - |
| XYZ | 29.69 | 25.92 | 15.75 | - |
| YUV | 140.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 101 | 0 | 0.32 | 0.45 | 0.27 | 17.14 | 0.38 | 0.56 |
| Hex | B9 | 7D | 65 | 0 | 20 | 2D | 1B | 11 | 26 | 38 |
| Octal | 271 | 175 | 145 | 0 | 40 | 55 | 33 | 21 | 46 | 70 |
| Binary | 10111001 | 1111101 | 1100101 | 0 | 100000 | 101101 | 11011 | 10001 | 100110 | 111000 |
Color Harmonies of #B97D65
Complementary color
Monochromatic Colors of #B97D65
Black with #B97D65
Text Example
Text Example
White with #B97D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D65; }
p { color: rgb(185,125,101); }
H1.HeaderClassName
{
color: #B97D65;
}
.AnyTagClassName
{
color: #B97D65;
}
</style>
background-color css
<style>
a { background-color: #B97D65; }
a { background-color: rgb(185,125,101); }
div.DivClassName
{
background-color: #B97D65;
}
.BgClassName
{
background-color: #B97D65;
}
</style>
border-color css
<style>
span { border-color: #B97D65; }
span { border-color: rgb(185,125,101); }
td.TdClassName
{
border-color: #B97D65;
}
.TagClassName
{
border-color: #B97D65;
}
</style>