Shades of Pale Taupe #BB987A
Tints of Pale Taupe #BB987A
RGB
CMYK
RGB Variations
Color information
#BB987A (or 0xBB987A) is known color: Pale Taupe. HEX triplet: BB, 98 and 7A. RGB value is (187,152,122). Sum of RGB (Red+Green+Blue) = 187+152+122=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987A is #446785. Grayscale: #9F9F9F. Windows color (decimal): -4482950 or 8034491. OLE color: 8034491.
HSL color Cylindrical-coordinate representation of color #BB987A: hue angle of 27.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB987A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 122 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.27 |
| HSL | 27.69º | 0.32% | 0.61% | - |
| HSV(B) | 27.69º | 0.35% | 0.73% | - |
| XYZ | 35.23 | 34.43 | 23.2 | - |
| YUV | 159.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 122 | 0 | 0.19 | 0.35 | 0.27 | 27.69 | 0.32 | 0.61 |
| Hex | BB | 98 | 7A | 0 | 13 | 23 | 1B | 1C | 20 | 3D |
| Octal | 273 | 230 | 172 | 0 | 23 | 43 | 33 | 34 | 40 | 75 |
| Binary | 10111011 | 10011000 | 1111010 | 0 | 10011 | 100011 | 11011 | 11100 | 100000 | 111101 |
Color Harmonies of #BB987A
Complementary color
Monochromatic Colors of #BB987A
Black with #BB987A
Text Example
Text Example
White with #BB987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB987A; }
p { color: rgb(187,152,122); }
H1.HeaderClassName
{
color: #BB987A;
}
.AnyTagClassName
{
color: #BB987A;
}
</style>
background-color css
<style>
a { background-color: #BB987A; }
a { background-color: rgb(187,152,122); }
div.DivClassName
{
background-color: #BB987A;
}
.BgClassName
{
background-color: #BB987A;
}
</style>
border-color css
<style>
span { border-color: #BB987A; }
span { border-color: rgb(187,152,122); }
td.TdClassName
{
border-color: #BB987A;
}
.TagClassName
{
border-color: #BB987A;
}
</style>