Shades of Medium Wood #B8785C
Tints of Medium Wood #B8785C
RGB
CMYK
RGB Variations
Color information
#B8785C (or 0xB8785C) is known color: Medium Wood. HEX triplet: B8, 78 and 5C. RGB value is (184,120,92). Sum of RGB (Red+Green+Blue) = 184+120+92=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785C is #4787A3. Grayscale: #888888. Windows color (decimal): -4687780 or 6060216. OLE color: 6060216.
HSL color Cylindrical-coordinate representation of color #B8785C: hue angle of 18.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8785C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 92 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.28 |
| HSL | 18.26º | 0.39% | 0.54% | - |
| HSV(B) | 18.26º | 0.5% | 0.72% | - |
| XYZ | 28.42 | 24.4 | 13.34 | - |
| YUV | 135.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 92 | 0 | 0.35 | 0.50 | 0.28 | 18.26 | 0.39 | 0.54 |
| Hex | B8 | 78 | 5C | 0 | 23 | 32 | 1C | 12 | 27 | 36 |
| Octal | 270 | 170 | 134 | 0 | 43 | 62 | 34 | 22 | 47 | 66 |
| Binary | 10111000 | 1111000 | 1011100 | 0 | 100011 | 110010 | 11100 | 10010 | 100111 | 110110 |
Color Harmonies of #B8785C
Complementary color
Monochromatic Colors of #B8785C
Black with #B8785C
Text Example
Text Example
White with #B8785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8785C; }
p { color: rgb(184,120,92); }
H1.HeaderClassName
{
color: #B8785C;
}
.AnyTagClassName
{
color: #B8785C;
}
</style>
background-color css
<style>
a { background-color: #B8785C; }
a { background-color: rgb(184,120,92); }
div.DivClassName
{
background-color: #B8785C;
}
.BgClassName
{
background-color: #B8785C;
}
</style>
border-color css
<style>
span { border-color: #B8785C; }
span { border-color: rgb(184,120,92); }
td.TdClassName
{
border-color: #B8785C;
}
.TagClassName
{
border-color: #B8785C;
}
</style>