Shades of Medium Wood #B5785C
Tints of Medium Wood #B5785C
RGB
CMYK
RGB Variations
Color information
#B5785C (or 0xB5785C) is known color: Medium Wood. HEX triplet: B5, 78 and 5C. RGB value is (181,120,92). Sum of RGB (Red+Green+Blue) = 181+120+92=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5785C is #4A87A3. Grayscale: #878787. Windows color (decimal): -4884388 or 6060213. OLE color: 6060213.
HSL color Cylindrical-coordinate representation of color #B5785C: hue angle of 18.88º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5785C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 92 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.29 |
| HSL | 18.88º | 0.38% | 0.54% | - |
| HSV(B) | 18.88º | 0.49% | 0.71% | - |
| XYZ | 27.7 | 24.03 | 13.3 | - |
| YUV | 135.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 92 | 0 | 0.34 | 0.49 | 0.29 | 18.88 | 0.38 | 0.54 |
| Hex | B5 | 78 | 5C | 0 | 22 | 31 | 1D | 13 | 26 | 36 |
| Octal | 265 | 170 | 134 | 0 | 42 | 61 | 35 | 23 | 46 | 66 |
| Binary | 10110101 | 1111000 | 1011100 | 0 | 100010 | 110001 | 11101 | 10011 | 100110 | 110110 |
Color Harmonies of #B5785C
Complementary color
Monochromatic Colors of #B5785C
Black with #B5785C
Text Example
Text Example
White with #B5785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5785C; }
p { color: rgb(181,120,92); }
H1.HeaderClassName
{
color: #B5785C;
}
.AnyTagClassName
{
color: #B5785C;
}
</style>
background-color css
<style>
a { background-color: #B5785C; }
a { background-color: rgb(181,120,92); }
div.DivClassName
{
background-color: #B5785C;
}
.BgClassName
{
background-color: #B5785C;
}
</style>
border-color css
<style>
span { border-color: #B5785C; }
span { border-color: rgb(181,120,92); }
td.TdClassName
{
border-color: #B5785C;
}
.TagClassName
{
border-color: #B5785C;
}
</style>