Shades of Medium Wood #B87F5D
Tints of Medium Wood #B87F5D
RGB
CMYK
RGB Variations
Color information
#B87F5D (or 0xB87F5D) is known color: Medium Wood. HEX triplet: B8, 7F and 5D. RGB value is (184,127,93). Sum of RGB (Red+Green+Blue) = 184+127+93=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F5D is #4780A2. Grayscale: #8C8C8C. Windows color (decimal): -4685987 or 6127544. OLE color: 6127544.
HSL color Cylindrical-coordinate representation of color #B87F5D: hue angle of 22.42º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87F5D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 93 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.28 |
| HSL | 22.42º | 0.39% | 0.54% | - |
| HSV(B) | 22.42º | 0.49% | 0.72% | - |
| XYZ | 29.33 | 26.16 | 13.86 | - |
| YUV | 140.17 | 101.38 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 93 | 0 | 0.31 | 0.49 | 0.28 | 22.42 | 0.39 | 0.54 |
| Hex | B8 | 7F | 5D | 0 | 1F | 31 | 1C | 16 | 27 | 36 |
| Octal | 270 | 177 | 135 | 0 | 37 | 61 | 34 | 26 | 47 | 66 |
| Binary | 10111000 | 1111111 | 1011101 | 0 | 11111 | 110001 | 11100 | 10110 | 100111 | 110110 |
Color Harmonies of #B87F5D
Complementary color
Monochromatic Colors of #B87F5D
Black with #B87F5D
Text Example
Text Example
White with #B87F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F5D; }
p { color: rgb(184,127,93); }
H1.HeaderClassName
{
color: #B87F5D;
}
.AnyTagClassName
{
color: #B87F5D;
}
</style>
background-color css
<style>
a { background-color: #B87F5D; }
a { background-color: rgb(184,127,93); }
div.DivClassName
{
background-color: #B87F5D;
}
.BgClassName
{
background-color: #B87F5D;
}
</style>
border-color css
<style>
span { border-color: #B87F5D; }
span { border-color: rgb(184,127,93); }
td.TdClassName
{
border-color: #B87F5D;
}
.TagClassName
{
border-color: #B87F5D;
}
</style>