Shades of Pale Taupe #BB987F
Tints of Pale Taupe #BB987F
RGB
CMYK
RGB Variations
Color information
#BB987F (or 0xBB987F) is known color: Pale Taupe. HEX triplet: BB, 98 and 7F. RGB value is (187,152,127). Sum of RGB (Red+Green+Blue) = 187+152+127=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987F is #446780. Grayscale: #9F9F9F. Windows color (decimal): -4482945 or 8362171. OLE color: 8362171.
HSL color Cylindrical-coordinate representation of color #BB987F: hue angle of 25º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB987F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 127 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.27 |
| HSL | 25º | 0.31% | 0.62% | - |
| HSV(B) | 25º | 0.32% | 0.73% | - |
| XYZ | 35.55 | 34.55 | 24.87 | - |
| YUV | 159.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 127 | 0 | 0.19 | 0.32 | 0.27 | 25 | 0.31 | 0.62 |
| Hex | BB | 98 | 7F | 0 | 13 | 20 | 1B | 19 | 1F | 3E |
| Octal | 273 | 230 | 177 | 0 | 23 | 40 | 33 | 31 | 37 | 76 |
| Binary | 10111011 | 10011000 | 1111111 | 0 | 10011 | 100000 | 11011 | 11001 | 11111 | 111110 |
Color Harmonies of #BB987F
Complementary color
Monochromatic Colors of #BB987F
Black with #BB987F
Text Example
Text Example
White with #BB987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB987F; }
p { color: rgb(187,152,127); }
H1.HeaderClassName
{
color: #BB987F;
}
.AnyTagClassName
{
color: #BB987F;
}
</style>
background-color css
<style>
a { background-color: #BB987F; }
a { background-color: rgb(187,152,127); }
div.DivClassName
{
background-color: #BB987F;
}
.BgClassName
{
background-color: #BB987F;
}
</style>
border-color css
<style>
span { border-color: #BB987F; }
span { border-color: rgb(187,152,127); }
td.TdClassName
{
border-color: #BB987F;
}
.TagClassName
{
border-color: #BB987F;
}
</style>