Shades of Medium Wood #B87D61
Tints of Medium Wood #B87D61
RGB
CMYK
RGB Variations
Color information
#B87D61 (or 0xB87D61) is known color: Medium Wood. HEX triplet: B8, 7D and 61. RGB value is (184,125,97). Sum of RGB (Red+Green+Blue) = 184+125+97=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D61 is #47829E. Grayscale: #8B8B8B. Windows color (decimal): -4686495 or 6389176. OLE color: 6389176.
HSL color Cylindrical-coordinate representation of color #B87D61: hue angle of 19.31º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B87D61 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 97 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.28 |
| HSL | 19.31º | 0.38% | 0.55% | - |
| HSV(B) | 19.31º | 0.47% | 0.72% | - |
| XYZ | 29.26 | 25.72 | 14.73 | - |
| YUV | 139.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 97 | 0 | 0.32 | 0.47 | 0.28 | 19.31 | 0.38 | 0.55 |
| Hex | B8 | 7D | 61 | 0 | 20 | 2F | 1C | 13 | 26 | 37 |
| Octal | 270 | 175 | 141 | 0 | 40 | 57 | 34 | 23 | 46 | 67 |
| Binary | 10111000 | 1111101 | 1100001 | 0 | 100000 | 101111 | 11100 | 10011 | 100110 | 110111 |
Color Harmonies of #B87D61
Complementary color
Monochromatic Colors of #B87D61
Black with #B87D61
Text Example
Text Example
White with #B87D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D61; }
p { color: rgb(184,125,97); }
H1.HeaderClassName
{
color: #B87D61;
}
.AnyTagClassName
{
color: #B87D61;
}
</style>
background-color css
<style>
a { background-color: #B87D61; }
a { background-color: rgb(184,125,97); }
div.DivClassName
{
background-color: #B87D61;
}
.BgClassName
{
background-color: #B87D61;
}
</style>
border-color css
<style>
span { border-color: #B87D61; }
span { border-color: rgb(184,125,97); }
td.TdClassName
{
border-color: #B87D61;
}
.TagClassName
{
border-color: #B87D61;
}
</style>