Shades of Medium Wood #B97D5D
Tints of Medium Wood #B97D5D
RGB
CMYK
RGB Variations
Color information
#B97D5D (or 0xB97D5D) is known color: Medium Wood. HEX triplet: B9, 7D and 5D. RGB value is (185,125,93). Sum of RGB (Red+Green+Blue) = 185+125+93=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D5D is #4682A2. Grayscale: #8B8B8B. Windows color (decimal): -4620963 or 6127033. OLE color: 6127033.
HSL color Cylindrical-coordinate representation of color #B97D5D: hue angle of 20.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97D5D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 93 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.27 |
| HSL | 20.87º | 0.4% | 0.55% | - |
| HSV(B) | 20.87º | 0.5% | 0.73% | - |
| XYZ | 29.32 | 25.77 | 13.79 | - |
| YUV | 139.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 93 | 0 | 0.32 | 0.50 | 0.27 | 20.87 | 0.4 | 0.55 |
| Hex | B9 | 7D | 5D | 0 | 20 | 32 | 1B | 15 | 28 | 37 |
| Octal | 271 | 175 | 135 | 0 | 40 | 62 | 33 | 25 | 50 | 67 |
| Binary | 10111001 | 1111101 | 1011101 | 0 | 100000 | 110010 | 11011 | 10101 | 101000 | 110111 |
Color Harmonies of #B97D5D
Complementary color
Monochromatic Colors of #B97D5D
Black with #B97D5D
Text Example
Text Example
White with #B97D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D5D; }
p { color: rgb(185,125,93); }
H1.HeaderClassName
{
color: #B97D5D;
}
.AnyTagClassName
{
color: #B97D5D;
}
</style>
background-color css
<style>
a { background-color: #B97D5D; }
a { background-color: rgb(185,125,93); }
div.DivClassName
{
background-color: #B97D5D;
}
.BgClassName
{
background-color: #B97D5D;
}
</style>
border-color css
<style>
span { border-color: #B97D5D; }
span { border-color: rgb(185,125,93); }
td.TdClassName
{
border-color: #B97D5D;
}
.TagClassName
{
border-color: #B97D5D;
}
</style>