Shades of Medium Wood #B87A59
Tints of Medium Wood #B87A59
RGB
CMYK
RGB Variations
Color information
#B87A59 (or 0xB87A59) is known color: Medium Wood. HEX triplet: B8, 7A and 59. RGB value is (184,122,89). Sum of RGB (Red+Green+Blue) = 184+122+89=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A59 is #4785A6. Grayscale: #888888. Windows color (decimal): -4687271 or 5864120. OLE color: 5864120.
HSL color Cylindrical-coordinate representation of color #B87A59: hue angle of 20.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87A59 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 89 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.28 |
| HSL | 20.84º | 0.4% | 0.54% | - |
| HSV(B) | 20.84º | 0.52% | 0.72% | - |
| XYZ | 28.53 | 24.83 | 12.74 | - |
| YUV | 136.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 89 | 0 | 0.34 | 0.52 | 0.28 | 20.84 | 0.4 | 0.54 |
| Hex | B8 | 7A | 59 | 0 | 22 | 34 | 1C | 15 | 28 | 36 |
| Octal | 270 | 172 | 131 | 0 | 42 | 64 | 34 | 25 | 50 | 66 |
| Binary | 10111000 | 1111010 | 1011001 | 0 | 100010 | 110100 | 11100 | 10101 | 101000 | 110110 |
Color Harmonies of #B87A59
Complementary color
Monochromatic Colors of #B87A59
Black with #B87A59
Text Example
Text Example
White with #B87A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A59; }
p { color: rgb(184,122,89); }
H1.HeaderClassName
{
color: #B87A59;
}
.AnyTagClassName
{
color: #B87A59;
}
</style>
background-color css
<style>
a { background-color: #B87A59; }
a { background-color: rgb(184,122,89); }
div.DivClassName
{
background-color: #B87A59;
}
.BgClassName
{
background-color: #B87A59;
}
</style>
border-color css
<style>
span { border-color: #B87A59; }
span { border-color: rgb(184,122,89); }
td.TdClassName
{
border-color: #B87A59;
}
.TagClassName
{
border-color: #B87A59;
}
</style>