Shades of Medium Wood #B07859
Tints of Medium Wood #B07859
RGB
CMYK
RGB Variations
Color information
#B07859 (or 0xB07859) is known color: Medium Wood. HEX triplet: B0, 78 and 59. RGB value is (176,120,89). Sum of RGB (Red+Green+Blue) = 176+120+89=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B07859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07859 is #4F87A6. Grayscale: #858585. Windows color (decimal): -5212071 or 5863600. OLE color: 5863600.
HSL color Cylindrical-coordinate representation of color #B07859: hue angle of 21.38º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07859 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 89 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.31 |
| HSL | 21.38º | 0.36% | 0.52% | - |
| HSV(B) | 21.38º | 0.49% | 0.69% | - |
| XYZ | 26.42 | 23.38 | 12.57 | - |
| YUV | 133.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 89 | 0 | 0.32 | 0.49 | 0.31 | 21.38 | 0.36 | 0.52 |
| Hex | B0 | 78 | 59 | 0 | 20 | 31 | 1F | 15 | 24 | 34 |
| Octal | 260 | 170 | 131 | 0 | 40 | 61 | 37 | 25 | 44 | 64 |
| Binary | 10110000 | 1111000 | 1011001 | 0 | 100000 | 110001 | 11111 | 10101 | 100100 | 110100 |
Color Harmonies of #B07859
Complementary color
Monochromatic Colors of #B07859
Black with #B07859
Text Example
Text Example
White with #B07859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07859; }
p { color: rgb(176,120,89); }
H1.HeaderClassName
{
color: #B07859;
}
.AnyTagClassName
{
color: #B07859;
}
</style>
background-color css
<style>
a { background-color: #B07859; }
a { background-color: rgb(176,120,89); }
div.DivClassName
{
background-color: #B07859;
}
.BgClassName
{
background-color: #B07859;
}
</style>
border-color css
<style>
span { border-color: #B07859; }
span { border-color: rgb(176,120,89); }
td.TdClassName
{
border-color: #B07859;
}
.TagClassName
{
border-color: #B07859;
}
</style>