Shades of Medium Wood #B87B5C
Tints of Medium Wood #B87B5C
RGB
CMYK
RGB Variations
Color information
#B87B5C (or 0xB87B5C) is known color: Medium Wood. HEX triplet: B8, 7B and 5C. RGB value is (184,123,92). Sum of RGB (Red+Green+Blue) = 184+123+92=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B5C is #4784A3. Grayscale: #898989. Windows color (decimal): -4687012 or 6060984. OLE color: 6060984.
HSL color Cylindrical-coordinate representation of color #B87B5C: hue angle of 20.22º 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 #B87B5C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 92 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.28 |
| HSL | 20.22º | 0.39% | 0.54% | - |
| HSV(B) | 20.22º | 0.5% | 0.72% | - |
| XYZ | 28.78 | 25.13 | 13.46 | - |
| YUV | 137.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 92 | 0 | 0.33 | 0.50 | 0.28 | 20.22 | 0.39 | 0.54 |
| Hex | B8 | 7B | 5C | 0 | 21 | 32 | 1C | 14 | 27 | 36 |
| Octal | 270 | 173 | 134 | 0 | 41 | 62 | 34 | 24 | 47 | 66 |
| Binary | 10111000 | 1111011 | 1011100 | 0 | 100001 | 110010 | 11100 | 10100 | 100111 | 110110 |
Color Harmonies of #B87B5C
Complementary color
Monochromatic Colors of #B87B5C
Black with #B87B5C
Text Example
Text Example
White with #B87B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B5C; }
p { color: rgb(184,123,92); }
H1.HeaderClassName
{
color: #B87B5C;
}
.AnyTagClassName
{
color: #B87B5C;
}
</style>
background-color css
<style>
a { background-color: #B87B5C; }
a { background-color: rgb(184,123,92); }
div.DivClassName
{
background-color: #B87B5C;
}
.BgClassName
{
background-color: #B87B5C;
}
</style>
border-color css
<style>
span { border-color: #B87B5C; }
span { border-color: rgb(184,123,92); }
td.TdClassName
{
border-color: #B87B5C;
}
.TagClassName
{
border-color: #B87B5C;
}
</style>