Shades of Medium Wood #B97D64
Tints of Medium Wood #B97D64
RGB
CMYK
RGB Variations
Color information
#B97D64 (or 0xB97D64) is known color: Medium Wood. HEX triplet: B9, 7D and 64. RGB value is (185,125,100). Sum of RGB (Red+Green+Blue) = 185+125+100=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D64 is #46829B. Grayscale: #8C8C8C. Windows color (decimal): -4620956 or 6585785. OLE color: 6585785.
HSL color Cylindrical-coordinate representation of color #B97D64: hue angle of 17.65º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97D64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 100 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.27 |
| HSL | 17.65º | 0.38% | 0.56% | - |
| HSV(B) | 17.65º | 0.46% | 0.73% | - |
| XYZ | 29.64 | 25.9 | 15.49 | - |
| YUV | 140.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 100 | 0 | 0.32 | 0.46 | 0.27 | 17.65 | 0.38 | 0.56 |
| Hex | B9 | 7D | 64 | 0 | 20 | 2E | 1B | 12 | 26 | 38 |
| Octal | 271 | 175 | 144 | 0 | 40 | 56 | 33 | 22 | 46 | 70 |
| Binary | 10111001 | 1111101 | 1100100 | 0 | 100000 | 101110 | 11011 | 10010 | 100110 | 111000 |
Color Harmonies of #B97D64
Complementary color
Monochromatic Colors of #B97D64
Black with #B97D64
Text Example
Text Example
White with #B97D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D64; }
p { color: rgb(185,125,100); }
H1.HeaderClassName
{
color: #B97D64;
}
.AnyTagClassName
{
color: #B97D64;
}
</style>
background-color css
<style>
a { background-color: #B97D64; }
a { background-color: rgb(185,125,100); }
div.DivClassName
{
background-color: #B97D64;
}
.BgClassName
{
background-color: #B97D64;
}
</style>
border-color css
<style>
span { border-color: #B97D64; }
span { border-color: rgb(185,125,100); }
td.TdClassName
{
border-color: #B97D64;
}
.TagClassName
{
border-color: #B97D64;
}
</style>