Shades of Medium Wood #B87C58
Tints of Medium Wood #B87C58
RGB
CMYK
RGB Variations
Color information
#B87C58 (or 0xB87C58) is known color: Medium Wood. HEX triplet: B8, 7C and 58. RGB value is (184,124,88). Sum of RGB (Red+Green+Blue) = 184+124+88=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C58 is #4783A7. Grayscale: #8A8A8A. Windows color (decimal): -4686760 or 5799096. OLE color: 5799096.
HSL color Cylindrical-coordinate representation of color #B87C58: hue angle of 22.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87C58 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 88 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.28 |
| HSL | 22.5º | 0.4% | 0.53% | - |
| HSV(B) | 22.5º | 0.52% | 0.72% | - |
| XYZ | 28.74 | 25.31 | 12.6 | - |
| YUV | 137.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 88 | 0 | 0.33 | 0.52 | 0.28 | 22.5 | 0.4 | 0.53 |
| Hex | B8 | 7C | 58 | 0 | 21 | 34 | 1C | 16 | 28 | 35 |
| Octal | 270 | 174 | 130 | 0 | 41 | 64 | 34 | 26 | 50 | 65 |
| Binary | 10111000 | 1111100 | 1011000 | 0 | 100001 | 110100 | 11100 | 10110 | 101000 | 110101 |
Color Harmonies of #B87C58
Complementary color
Monochromatic Colors of #B87C58
Black with #B87C58
Text Example
Text Example
White with #B87C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C58; }
p { color: rgb(184,124,88); }
H1.HeaderClassName
{
color: #B87C58;
}
.AnyTagClassName
{
color: #B87C58;
}
</style>
background-color css
<style>
a { background-color: #B87C58; }
a { background-color: rgb(184,124,88); }
div.DivClassName
{
background-color: #B87C58;
}
.BgClassName
{
background-color: #B87C58;
}
</style>
border-color css
<style>
span { border-color: #B87C58; }
span { border-color: rgb(184,124,88); }
td.TdClassName
{
border-color: #B87C58;
}
.TagClassName
{
border-color: #B87C58;
}
</style>