Shades of Medium Wood #B87F63
Tints of Medium Wood #B87F63
RGB
CMYK
RGB Variations
Color information
#B87F63 (or 0xB87F63) is known color: Medium Wood. HEX triplet: B8, 7F and 63. RGB value is (184,127,99). Sum of RGB (Red+Green+Blue) = 184+127+99=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F63 is #47809C. Grayscale: #8D8D8D. Windows color (decimal): -4685981 or 6520760. OLE color: 6520760.
HSL color Cylindrical-coordinate representation of color #B87F63: hue angle of 19.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87F63 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 99 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.28 |
| HSL | 19.76º | 0.37% | 0.55% | - |
| HSV(B) | 19.76º | 0.46% | 0.72% | - |
| XYZ | 29.61 | 26.27 | 15.31 | - |
| YUV | 140.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 99 | 0 | 0.31 | 0.46 | 0.28 | 19.76 | 0.37 | 0.55 |
| Hex | B8 | 7F | 63 | 0 | 1F | 2E | 1C | 14 | 25 | 37 |
| Octal | 270 | 177 | 143 | 0 | 37 | 56 | 34 | 24 | 45 | 67 |
| Binary | 10111000 | 1111111 | 1100011 | 0 | 11111 | 101110 | 11100 | 10100 | 100101 | 110111 |
Color Harmonies of #B87F63
Complementary color
Monochromatic Colors of #B87F63
Black with #B87F63
Text Example
Text Example
White with #B87F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F63; }
p { color: rgb(184,127,99); }
H1.HeaderClassName
{
color: #B87F63;
}
.AnyTagClassName
{
color: #B87F63;
}
</style>
background-color css
<style>
a { background-color: #B87F63; }
a { background-color: rgb(184,127,99); }
div.DivClassName
{
background-color: #B87F63;
}
.BgClassName
{
background-color: #B87F63;
}
</style>
border-color css
<style>
span { border-color: #B87F63; }
span { border-color: rgb(184,127,99); }
td.TdClassName
{
border-color: #B87F63;
}
.TagClassName
{
border-color: #B87F63;
}
</style>