Shades of Medium Wood #B87D56
Tints of Medium Wood #B87D56
RGB
CMYK
RGB Variations
Color information
#B87D56 (or 0xB87D56) is known color: Medium Wood. HEX triplet: B8, 7D and 56. RGB value is (184,125,86). Sum of RGB (Red+Green+Blue) = 184+125+86=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D56 is #4782A9. Grayscale: #8A8A8A. Windows color (decimal): -4686506 or 5668280. OLE color: 5668280.
HSL color Cylindrical-coordinate representation of color #B87D56: hue angle of 23.88º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B87D56 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 86 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.28 |
| HSL | 23.88º | 0.41% | 0.53% | - |
| HSV(B) | 23.88º | 0.53% | 0.72% | - |
| XYZ | 28.78 | 25.53 | 12.21 | - |
| YUV | 138.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 86 | 0 | 0.32 | 0.53 | 0.28 | 23.88 | 0.41 | 0.53 |
| Hex | B8 | 7D | 56 | 0 | 20 | 35 | 1C | 18 | 29 | 35 |
| Octal | 270 | 175 | 126 | 0 | 40 | 65 | 34 | 30 | 51 | 65 |
| Binary | 10111000 | 1111101 | 1010110 | 0 | 100000 | 110101 | 11100 | 11000 | 101001 | 110101 |
Color Harmonies of #B87D56
Complementary color
Monochromatic Colors of #B87D56
Black with #B87D56
Text Example
Text Example
White with #B87D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D56; }
p { color: rgb(184,125,86); }
H1.HeaderClassName
{
color: #B87D56;
}
.AnyTagClassName
{
color: #B87D56;
}
</style>
background-color css
<style>
a { background-color: #B87D56; }
a { background-color: rgb(184,125,86); }
div.DivClassName
{
background-color: #B87D56;
}
.BgClassName
{
background-color: #B87D56;
}
</style>
border-color css
<style>
span { border-color: #B87D56; }
span { border-color: rgb(184,125,86); }
td.TdClassName
{
border-color: #B87D56;
}
.TagClassName
{
border-color: #B87D56;
}
</style>