Shades of Pale Taupe #BB977C
Tints of Pale Taupe #BB977C
RGB
CMYK
RGB Variations
Color information
#BB977C (or 0xBB977C) is known color: Pale Taupe. HEX triplet: BB, 97 and 7C. RGB value is (187,151,124). Sum of RGB (Red+Green+Blue) = 187+151+124=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977C is #446883. Grayscale: #9E9E9E. Windows color (decimal): -4483204 or 8165307. OLE color: 8165307.
HSL color Cylindrical-coordinate representation of color #BB977C: hue angle of 25.71º 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 #BB977C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 124 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.27 |
| HSL | 25.71º | 0.32% | 0.61% | - |
| HSV(B) | 25.71º | 0.34% | 0.73% | - |
| XYZ | 35.2 | 34.15 | 23.81 | - |
| YUV | 158.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 124 | 0 | 0.19 | 0.34 | 0.27 | 25.71 | 0.32 | 0.61 |
| Hex | BB | 97 | 7C | 0 | 13 | 22 | 1B | 1A | 20 | 3D |
| Octal | 273 | 227 | 174 | 0 | 23 | 42 | 33 | 32 | 40 | 75 |
| Binary | 10111011 | 10010111 | 1111100 | 0 | 10011 | 100010 | 11011 | 11010 | 100000 | 111101 |
Color Harmonies of #BB977C
Complementary color
Monochromatic Colors of #BB977C
Black with #BB977C
Text Example
Text Example
White with #BB977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB977C; }
p { color: rgb(187,151,124); }
H1.HeaderClassName
{
color: #BB977C;
}
.AnyTagClassName
{
color: #BB977C;
}
</style>
background-color css
<style>
a { background-color: #BB977C; }
a { background-color: rgb(187,151,124); }
div.DivClassName
{
background-color: #BB977C;
}
.BgClassName
{
background-color: #BB977C;
}
</style>
border-color css
<style>
span { border-color: #BB977C; }
span { border-color: rgb(187,151,124); }
td.TdClassName
{
border-color: #BB977C;
}
.TagClassName
{
border-color: #BB977C;
}
</style>