Shades of Medium Wood #B0795D
Tints of Medium Wood #B0795D
RGB
CMYK
RGB Variations
Color information
#B0795D (or 0xB0795D) is known color: Medium Wood. HEX triplet: B0, 79 and 5D. RGB value is (176,121,93). Sum of RGB (Red+Green+Blue) = 176+121+93=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0795D is #4F86A2. Grayscale: #868686. Windows color (decimal): -5211811 or 6126000. OLE color: 6126000.
HSL color Cylindrical-coordinate representation of color #B0795D: hue angle of 20.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0795D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 93 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.31 |
| HSL | 20.24º | 0.34% | 0.53% | - |
| HSV(B) | 20.24º | 0.47% | 0.69% | - |
| XYZ | 26.72 | 23.7 | 13.52 | - |
| YUV | 134.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 93 | 0 | 0.31 | 0.47 | 0.31 | 20.24 | 0.34 | 0.53 |
| Hex | B0 | 79 | 5D | 0 | 1F | 2F | 1F | 14 | 22 | 35 |
| Octal | 260 | 171 | 135 | 0 | 37 | 57 | 37 | 24 | 42 | 65 |
| Binary | 10110000 | 1111001 | 1011101 | 0 | 11111 | 101111 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #B0795D
Complementary color
Monochromatic Colors of #B0795D
Black with #B0795D
Text Example
Text Example
White with #B0795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0795D; }
p { color: rgb(176,121,93); }
H1.HeaderClassName
{
color: #B0795D;
}
.AnyTagClassName
{
color: #B0795D;
}
</style>
background-color css
<style>
a { background-color: #B0795D; }
a { background-color: rgb(176,121,93); }
div.DivClassName
{
background-color: #B0795D;
}
.BgClassName
{
background-color: #B0795D;
}
</style>
border-color css
<style>
span { border-color: #B0795D; }
span { border-color: rgb(176,121,93); }
td.TdClassName
{
border-color: #B0795D;
}
.TagClassName
{
border-color: #B0795D;
}
</style>