Shades of Pale Taupe #BB997C
Tints of Pale Taupe #BB997C
RGB
CMYK
RGB Variations
Color information
#BB997C (or 0xBB997C) is known color: Pale Taupe. HEX triplet: BB, 99 and 7C. RGB value is (187,153,124). Sum of RGB (Red+Green+Blue) = 187+153+124=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB997C is #446683. Grayscale: #A0A0A0. Windows color (decimal): -4482692 or 8165819. OLE color: 8165819.
HSL color Cylindrical-coordinate representation of color #BB997C: hue angle of 27.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB997C is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 124 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.27 |
| HSL | 27.62º | 0.32% | 0.61% | - |
| HSV(B) | 27.62º | 0.34% | 0.73% | - |
| XYZ | 35.52 | 34.8 | 23.91 | - |
| YUV | 159.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 124 | 0 | 0.18 | 0.34 | 0.27 | 27.62 | 0.32 | 0.61 |
| Hex | BB | 99 | 7C | 0 | 12 | 22 | 1B | 1C | 20 | 3D |
| Octal | 273 | 231 | 174 | 0 | 22 | 42 | 33 | 34 | 40 | 75 |
| Binary | 10111011 | 10011001 | 1111100 | 0 | 10010 | 100010 | 11011 | 11100 | 100000 | 111101 |
Color Harmonies of #BB997C
Complementary color
Monochromatic Colors of #BB997C
Black with #BB997C
Text Example
Text Example
White with #BB997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB997C; }
p { color: rgb(187,153,124); }
H1.HeaderClassName
{
color: #BB997C;
}
.AnyTagClassName
{
color: #BB997C;
}
</style>
background-color css
<style>
a { background-color: #BB997C; }
a { background-color: rgb(187,153,124); }
div.DivClassName
{
background-color: #BB997C;
}
.BgClassName
{
background-color: #BB997C;
}
</style>
border-color css
<style>
span { border-color: #BB997C; }
span { border-color: rgb(187,153,124); }
td.TdClassName
{
border-color: #BB997C;
}
.TagClassName
{
border-color: #BB997C;
}
</style>