Shades of Medium Wood #B8785E
Tints of Medium Wood #B8785E
RGB
CMYK
RGB Variations
Color information
#B8785E (or 0xB8785E) is known color: Medium Wood. HEX triplet: B8, 78 and 5E. RGB value is (184,120,94). Sum of RGB (Red+Green+Blue) = 184+120+94=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785E is #4787A1. Grayscale: #888888. Windows color (decimal): -4687778 or 6191288. OLE color: 6191288.
HSL color Cylindrical-coordinate representation of color #B8785E: hue angle of 17.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8785E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 94 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.28 |
| HSL | 17.33º | 0.39% | 0.55% | - |
| HSV(B) | 17.33º | 0.49% | 0.72% | - |
| XYZ | 28.5 | 24.43 | 13.8 | - |
| YUV | 136.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 94 | 0 | 0.35 | 0.49 | 0.28 | 17.33 | 0.39 | 0.55 |
| Hex | B8 | 78 | 5E | 0 | 23 | 31 | 1C | 11 | 27 | 37 |
| Octal | 270 | 170 | 136 | 0 | 43 | 61 | 34 | 21 | 47 | 67 |
| Binary | 10111000 | 1111000 | 1011110 | 0 | 100011 | 110001 | 11100 | 10001 | 100111 | 110111 |
Color Harmonies of #B8785E
Complementary color
Monochromatic Colors of #B8785E
Black with #B8785E
Text Example
Text Example
White with #B8785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8785E; }
p { color: rgb(184,120,94); }
H1.HeaderClassName
{
color: #B8785E;
}
.AnyTagClassName
{
color: #B8785E;
}
</style>
background-color css
<style>
a { background-color: #B8785E; }
a { background-color: rgb(184,120,94); }
div.DivClassName
{
background-color: #B8785E;
}
.BgClassName
{
background-color: #B8785E;
}
</style>
border-color css
<style>
span { border-color: #B8785E; }
span { border-color: rgb(184,120,94); }
td.TdClassName
{
border-color: #B8785E;
}
.TagClassName
{
border-color: #B8785E;
}
</style>