Shades of Medium Wood #B87D58
Tints of Medium Wood #B87D58
RGB
CMYK
RGB Variations
Color information
#B87D58 (or 0xB87D58) is known color: Medium Wood. HEX triplet: B8, 7D and 58. RGB value is (184,125,88). Sum of RGB (Red+Green+Blue) = 184+125+88=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D58 is #4782A7. Grayscale: #8A8A8A. Windows color (decimal): -4686504 or 5799352. OLE color: 5799352.
HSL color Cylindrical-coordinate representation of color #B87D58: hue angle of 23.12º 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 #B87D58 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 88 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.28 |
| HSL | 23.13º | 0.4% | 0.53% | - |
| HSV(B) | 23.13º | 0.52% | 0.72% | - |
| XYZ | 28.86 | 25.56 | 12.65 | - |
| YUV | 138.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 88 | 0 | 0.32 | 0.52 | 0.28 | 23.13 | 0.4 | 0.53 |
| Hex | B8 | 7D | 58 | 0 | 20 | 34 | 1C | 17 | 28 | 35 |
| Octal | 270 | 175 | 130 | 0 | 40 | 64 | 34 | 27 | 50 | 65 |
| Binary | 10111000 | 1111101 | 1011000 | 0 | 100000 | 110100 | 11100 | 10111 | 101000 | 110101 |
Color Harmonies of #B87D58
Complementary color
Monochromatic Colors of #B87D58
Black with #B87D58
Text Example
Text Example
White with #B87D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D58; }
p { color: rgb(184,125,88); }
H1.HeaderClassName
{
color: #B87D58;
}
.AnyTagClassName
{
color: #B87D58;
}
</style>
background-color css
<style>
a { background-color: #B87D58; }
a { background-color: rgb(184,125,88); }
div.DivClassName
{
background-color: #B87D58;
}
.BgClassName
{
background-color: #B87D58;
}
</style>
border-color css
<style>
span { border-color: #B87D58; }
span { border-color: rgb(184,125,88); }
td.TdClassName
{
border-color: #B87D58;
}
.TagClassName
{
border-color: #B87D58;
}
</style>