Shades of Medium Wood #B9795D
Tints of Medium Wood #B9795D
RGB
CMYK
RGB Variations
Color information
#B9795D (or 0xB9795D) is known color: Medium Wood. HEX triplet: B9, 79 and 5D. RGB value is (185,121,93). Sum of RGB (Red+Green+Blue) = 185+121+93=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9795D is #4686A2. Grayscale: #898989. Windows color (decimal): -4621987 or 6126009. OLE color: 6126009.
HSL color Cylindrical-coordinate representation of color #B9795D: hue angle of 18.26º 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 #B9795D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 121 | 93 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.27 |
| HSL | 18.26º | 0.4% | 0.55% | - |
| HSV(B) | 18.26º | 0.5% | 0.73% | - |
| XYZ | 28.82 | 24.78 | 13.62 | - |
| YUV | 136.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 93 | 0 | 0.35 | 0.50 | 0.27 | 18.26 | 0.4 | 0.55 |
| Hex | B9 | 79 | 5D | 0 | 23 | 32 | 1B | 12 | 28 | 37 |
| Octal | 271 | 171 | 135 | 0 | 43 | 62 | 33 | 22 | 50 | 67 |
| Binary | 10111001 | 1111001 | 1011101 | 0 | 100011 | 110010 | 11011 | 10010 | 101000 | 110111 |
Color Harmonies of #B9795D
Complementary color
Monochromatic Colors of #B9795D
Black with #B9795D
Text Example
Text Example
White with #B9795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9795D; }
p { color: rgb(185,121,93); }
H1.HeaderClassName
{
color: #B9795D;
}
.AnyTagClassName
{
color: #B9795D;
}
</style>
background-color css
<style>
a { background-color: #B9795D; }
a { background-color: rgb(185,121,93); }
div.DivClassName
{
background-color: #B9795D;
}
.BgClassName
{
background-color: #B9795D;
}
</style>
border-color css
<style>
span { border-color: #B9795D; }
span { border-color: rgb(185,121,93); }
td.TdClassName
{
border-color: #B9795D;
}
.TagClassName
{
border-color: #B9795D;
}
</style>