Shades of Medium Wood #B4785D
Tints of Medium Wood #B4785D
RGB
CMYK
RGB Variations
Color information
#B4785D (or 0xB4785D) is known color: Medium Wood. HEX triplet: B4, 78 and 5D. RGB value is (180,120,93). Sum of RGB (Red+Green+Blue) = 180+120+93=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4785D is #4B87A2. Grayscale: #878787. Windows color (decimal): -4949923 or 6125748. OLE color: 6125748.
HSL color Cylindrical-coordinate representation of color #B4785D: hue angle of 18.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4785D is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 93 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.29 |
| HSL | 18.62º | 0.37% | 0.54% | - |
| HSV(B) | 18.62º | 0.48% | 0.71% | - |
| XYZ | 27.51 | 23.93 | 13.52 | - |
| YUV | 134.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 93 | 0 | 0.33 | 0.48 | 0.29 | 18.62 | 0.37 | 0.54 |
| Hex | B4 | 78 | 5D | 0 | 21 | 30 | 1D | 13 | 25 | 36 |
| Octal | 264 | 170 | 135 | 0 | 41 | 60 | 35 | 23 | 45 | 66 |
| Binary | 10110100 | 1111000 | 1011101 | 0 | 100001 | 110000 | 11101 | 10011 | 100101 | 110110 |
Color Harmonies of #B4785D
Complementary color
Monochromatic Colors of #B4785D
Black with #B4785D
Text Example
Text Example
White with #B4785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4785D; }
p { color: rgb(180,120,93); }
H1.HeaderClassName
{
color: #B4785D;
}
.AnyTagClassName
{
color: #B4785D;
}
</style>
background-color css
<style>
a { background-color: #B4785D; }
a { background-color: rgb(180,120,93); }
div.DivClassName
{
background-color: #B4785D;
}
.BgClassName
{
background-color: #B4785D;
}
</style>
border-color css
<style>
span { border-color: #B4785D; }
span { border-color: rgb(180,120,93); }
td.TdClassName
{
border-color: #B4785D;
}
.TagClassName
{
border-color: #B4785D;
}
</style>