Shades of Medium Wood #B87D65
Tints of Medium Wood #B87D65
RGB
CMYK
RGB Variations
Color information
#B87D65 (or 0xB87D65) is known color: Medium Wood. HEX triplet: B8, 7D and 65. RGB value is (184,125,101). Sum of RGB (Red+Green+Blue) = 184+125+101=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D65 is #47829A. Grayscale: #8C8C8C. Windows color (decimal): -4686491 or 6651320. OLE color: 6651320.
HSL color Cylindrical-coordinate representation of color #B87D65: hue angle of 17.35º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87D65 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 101 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.28 |
| HSL | 17.35º | 0.37% | 0.56% | - |
| HSV(B) | 17.35º | 0.45% | 0.72% | - |
| XYZ | 29.45 | 25.8 | 15.74 | - |
| YUV | 139.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 101 | 0 | 0.32 | 0.45 | 0.28 | 17.35 | 0.37 | 0.56 |
| Hex | B8 | 7D | 65 | 0 | 20 | 2D | 1C | 11 | 25 | 38 |
| Octal | 270 | 175 | 145 | 0 | 40 | 55 | 34 | 21 | 45 | 70 |
| Binary | 10111000 | 1111101 | 1100101 | 0 | 100000 | 101101 | 11100 | 10001 | 100101 | 111000 |
Color Harmonies of #B87D65
Complementary color
Monochromatic Colors of #B87D65
Black with #B87D65
Text Example
Text Example
White with #B87D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D65; }
p { color: rgb(184,125,101); }
H1.HeaderClassName
{
color: #B87D65;
}
.AnyTagClassName
{
color: #B87D65;
}
</style>
background-color css
<style>
a { background-color: #B87D65; }
a { background-color: rgb(184,125,101); }
div.DivClassName
{
background-color: #B87D65;
}
.BgClassName
{
background-color: #B87D65;
}
</style>
border-color css
<style>
span { border-color: #B87D65; }
span { border-color: rgb(184,125,101); }
td.TdClassName
{
border-color: #B87D65;
}
.TagClassName
{
border-color: #B87D65;
}
</style>