Shades of Pale Taupe #B7987B
Tints of Pale Taupe #B7987B
RGB
CMYK
RGB Variations
Color information
#B7987B (or 0xB7987B) is known color: Pale Taupe. HEX triplet: B7, 98 and 7B. RGB value is (183,152,123). Sum of RGB (Red+Green+Blue) = 183+152+123=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7987B is #486784. Grayscale: #9E9E9E. Windows color (decimal): -4745093 or 8100023. OLE color: 8100023.
HSL color Cylindrical-coordinate representation of color #B7987B: hue angle of 29º degrees, saturation: 0.29, 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 #B7987B is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 123 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.28 |
| HSL | 29º | 0.29% | 0.6% | - |
| HSV(B) | 29º | 0.33% | 0.72% | - |
| XYZ | 34.33 | 33.95 | 23.48 | - |
| YUV | 157.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 123 | 0 | 0.17 | 0.33 | 0.28 | 29 | 0.29 | 0.6 |
| Hex | B7 | 98 | 7B | 0 | 11 | 21 | 1C | 1D | 1D | 3C |
| Octal | 267 | 230 | 173 | 0 | 21 | 41 | 34 | 35 | 35 | 74 |
| Binary | 10110111 | 10011000 | 1111011 | 0 | 10001 | 100001 | 11100 | 11101 | 11101 | 111100 |
Color Harmonies of #B7987B
Complementary color
Monochromatic Colors of #B7987B
Black with #B7987B
Text Example
Text Example
White with #B7987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7987B; }
p { color: rgb(183,152,123); }
H1.HeaderClassName
{
color: #B7987B;
}
.AnyTagClassName
{
color: #B7987B;
}
</style>
background-color css
<style>
a { background-color: #B7987B; }
a { background-color: rgb(183,152,123); }
div.DivClassName
{
background-color: #B7987B;
}
.BgClassName
{
background-color: #B7987B;
}
</style>
border-color css
<style>
span { border-color: #B7987B; }
span { border-color: rgb(183,152,123); }
td.TdClassName
{
border-color: #B7987B;
}
.TagClassName
{
border-color: #B7987B;
}
</style>