Shades of Medium Wood #B07860
Tints of Medium Wood #B07860
RGB
CMYK
RGB Variations
Color information
#B07860 (or 0xB07860) is known color: Medium Wood. HEX triplet: B0, 78 and 60. RGB value is (176,120,96). Sum of RGB (Red+Green+Blue) = 176+120+96=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07860 is #4F879F. Grayscale: #868686. Windows color (decimal): -5212064 or 6322352. OLE color: 6322352.
HSL color Cylindrical-coordinate representation of color #B07860: hue angle of 18º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07860 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 96 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.31 |
| HSL | 18º | 0.34% | 0.53% | - |
| HSV(B) | 18º | 0.45% | 0.69% | - |
| XYZ | 26.73 | 23.51 | 14.19 | - |
| YUV | 134.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 96 | 0 | 0.32 | 0.45 | 0.31 | 18 | 0.34 | 0.53 |
| Hex | B0 | 78 | 60 | 0 | 20 | 2D | 1F | 12 | 22 | 35 |
| Octal | 260 | 170 | 140 | 0 | 40 | 55 | 37 | 22 | 42 | 65 |
| Binary | 10110000 | 1111000 | 1100000 | 0 | 100000 | 101101 | 11111 | 10010 | 100010 | 110101 |
Color Harmonies of #B07860
Complementary color
Monochromatic Colors of #B07860
Black with #B07860
Text Example
Text Example
White with #B07860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07860; }
p { color: rgb(176,120,96); }
H1.HeaderClassName
{
color: #B07860;
}
.AnyTagClassName
{
color: #B07860;
}
</style>
background-color css
<style>
a { background-color: #B07860; }
a { background-color: rgb(176,120,96); }
div.DivClassName
{
background-color: #B07860;
}
.BgClassName
{
background-color: #B07860;
}
</style>
border-color css
<style>
span { border-color: #B07860; }
span { border-color: rgb(176,120,96); }
td.TdClassName
{
border-color: #B07860;
}
.TagClassName
{
border-color: #B07860;
}
</style>