Shades of Pale Taupe #B8987C
Tints of Pale Taupe #B8987C
RGB
CMYK
RGB Variations
Color information
#B8987C (or 0xB8987C) is known color: Pale Taupe. HEX triplet: B8, 98 and 7C. RGB value is (184,152,124). Sum of RGB (Red+Green+Blue) = 184+152+124=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8987C is #476783. Grayscale: #9E9E9E. Windows color (decimal): -4679556 or 8165560. OLE color: 8165560.
HSL color Cylindrical-coordinate representation of color #B8987C: hue angle of 28º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8987C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 124 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.28 |
| HSL | 28º | 0.3% | 0.6% | - |
| HSV(B) | 28º | 0.33% | 0.72% | - |
| XYZ | 34.63 | 34.1 | 23.83 | - |
| YUV | 158.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 124 | 0 | 0.17 | 0.33 | 0.28 | 28 | 0.3 | 0.6 |
| Hex | B8 | 98 | 7C | 0 | 11 | 21 | 1C | 1C | 1E | 3C |
| Octal | 270 | 230 | 174 | 0 | 21 | 41 | 34 | 34 | 36 | 74 |
| Binary | 10111000 | 10011000 | 1111100 | 0 | 10001 | 100001 | 11100 | 11100 | 11110 | 111100 |
Color Harmonies of #B8987C
Complementary color
Monochromatic Colors of #B8987C
Black with #B8987C
Text Example
Text Example
White with #B8987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8987C; }
p { color: rgb(184,152,124); }
H1.HeaderClassName
{
color: #B8987C;
}
.AnyTagClassName
{
color: #B8987C;
}
</style>
background-color css
<style>
a { background-color: #B8987C; }
a { background-color: rgb(184,152,124); }
div.DivClassName
{
background-color: #B8987C;
}
.BgClassName
{
background-color: #B8987C;
}
</style>
border-color css
<style>
span { border-color: #B8987C; }
span { border-color: rgb(184,152,124); }
td.TdClassName
{
border-color: #B8987C;
}
.TagClassName
{
border-color: #B8987C;
}
</style>