Shades of Medium Wood #B0785F
Tints of Medium Wood #B0785F
RGB
CMYK
RGB Variations
Color information
#B0785F (or 0xB0785F) is known color: Medium Wood. HEX triplet: B0, 78 and 5F. RGB value is (176,120,95). Sum of RGB (Red+Green+Blue) = 176+120+95=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785F is #4F87A0. Grayscale: #868686. Windows color (decimal): -5212065 or 6256816. OLE color: 6256816.
HSL color Cylindrical-coordinate representation of color #B0785F: hue angle of 18.52º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0785F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 95 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.31 |
| HSL | 18.52º | 0.34% | 0.53% | - |
| HSV(B) | 18.52º | 0.46% | 0.69% | - |
| XYZ | 26.69 | 23.49 | 13.95 | - |
| YUV | 133.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 95 | 0 | 0.32 | 0.46 | 0.31 | 18.52 | 0.34 | 0.53 |
| Hex | B0 | 78 | 5F | 0 | 20 | 2E | 1F | 13 | 22 | 35 |
| Octal | 260 | 170 | 137 | 0 | 40 | 56 | 37 | 23 | 42 | 65 |
| Binary | 10110000 | 1111000 | 1011111 | 0 | 100000 | 101110 | 11111 | 10011 | 100010 | 110101 |
Color Harmonies of #B0785F
Complementary color
Monochromatic Colors of #B0785F
Black with #B0785F
Text Example
Text Example
White with #B0785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0785F; }
p { color: rgb(176,120,95); }
H1.HeaderClassName
{
color: #B0785F;
}
.AnyTagClassName
{
color: #B0785F;
}
</style>
background-color css
<style>
a { background-color: #B0785F; }
a { background-color: rgb(176,120,95); }
div.DivClassName
{
background-color: #B0785F;
}
.BgClassName
{
background-color: #B0785F;
}
</style>
border-color css
<style>
span { border-color: #B0785F; }
span { border-color: rgb(176,120,95); }
td.TdClassName
{
border-color: #B0785F;
}
.TagClassName
{
border-color: #B0785F;
}
</style>