Shades of Medium Wood #B0785D
Tints of Medium Wood #B0785D
RGB
CMYK
RGB Variations
Color information
#B0785D (or 0xB0785D) is known color: Medium Wood. HEX triplet: B0, 78 and 5D. RGB value is (176,120,93). Sum of RGB (Red+Green+Blue) = 176+120+93=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785D is #4F87A2. Grayscale: #858585. Windows color (decimal): -5212067 or 6125744. OLE color: 6125744.
HSL color Cylindrical-coordinate representation of color #B0785D: hue angle of 19.52º 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 #B0785D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 93 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.31 |
| HSL | 19.52º | 0.34% | 0.53% | - |
| HSV(B) | 19.52º | 0.47% | 0.69% | - |
| XYZ | 26.6 | 23.45 | 13.48 | - |
| YUV | 133.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 93 | 0 | 0.32 | 0.47 | 0.31 | 19.52 | 0.34 | 0.53 |
| Hex | B0 | 78 | 5D | 0 | 20 | 2F | 1F | 14 | 22 | 35 |
| Octal | 260 | 170 | 135 | 0 | 40 | 57 | 37 | 24 | 42 | 65 |
| Binary | 10110000 | 1111000 | 1011101 | 0 | 100000 | 101111 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #B0785D
Complementary color
Monochromatic Colors of #B0785D
Black with #B0785D
Text Example
Text Example
White with #B0785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0785D; }
p { color: rgb(176,120,93); }
H1.HeaderClassName
{
color: #B0785D;
}
.AnyTagClassName
{
color: #B0785D;
}
</style>
background-color css
<style>
a { background-color: #B0785D; }
a { background-color: rgb(176,120,93); }
div.DivClassName
{
background-color: #B0785D;
}
.BgClassName
{
background-color: #B0785D;
}
</style>
border-color css
<style>
span { border-color: #B0785D; }
span { border-color: rgb(176,120,93); }
td.TdClassName
{
border-color: #B0785D;
}
.TagClassName
{
border-color: #B0785D;
}
</style>