Shades of Medium Wood #B87D5C
Tints of Medium Wood #B87D5C
RGB
CMYK
RGB Variations
Color information
#B87D5C (or 0xB87D5C) is known color: Medium Wood. HEX triplet: B8, 7D and 5C. RGB value is (184,125,92). Sum of RGB (Red+Green+Blue) = 184+125+92=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D5C is #4782A3. Grayscale: #8B8B8B. Windows color (decimal): -4686500 or 6061496. OLE color: 6061496.
HSL color Cylindrical-coordinate representation of color #B87D5C: hue angle of 21.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B87D5C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 92 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.28 |
| HSL | 21.52º | 0.39% | 0.54% | - |
| HSV(B) | 21.52º | 0.5% | 0.72% | - |
| XYZ | 29.03 | 25.63 | 13.54 | - |
| YUV | 138.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 92 | 0 | 0.32 | 0.50 | 0.28 | 21.52 | 0.39 | 0.54 |
| Hex | B8 | 7D | 5C | 0 | 20 | 32 | 1C | 16 | 27 | 36 |
| Octal | 270 | 175 | 134 | 0 | 40 | 62 | 34 | 26 | 47 | 66 |
| Binary | 10111000 | 1111101 | 1011100 | 0 | 100000 | 110010 | 11100 | 10110 | 100111 | 110110 |
Color Harmonies of #B87D5C
Complementary color
Monochromatic Colors of #B87D5C
Black with #B87D5C
Text Example
Text Example
White with #B87D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D5C; }
p { color: rgb(184,125,92); }
H1.HeaderClassName
{
color: #B87D5C;
}
.AnyTagClassName
{
color: #B87D5C;
}
</style>
background-color css
<style>
a { background-color: #B87D5C; }
a { background-color: rgb(184,125,92); }
div.DivClassName
{
background-color: #B87D5C;
}
.BgClassName
{
background-color: #B87D5C;
}
</style>
border-color css
<style>
span { border-color: #B87D5C; }
span { border-color: rgb(184,125,92); }
td.TdClassName
{
border-color: #B87D5C;
}
.TagClassName
{
border-color: #B87D5C;
}
</style>