Shades of Pale Taupe #BB997F
Tints of Pale Taupe #BB997F
RGB
CMYK
RGB Variations
Color information
#BB997F (or 0xBB997F) is known color: Pale Taupe. HEX triplet: BB, 99 and 7F. RGB value is (187,153,127). Sum of RGB (Red+Green+Blue) = 187+153+127=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB997F is #446680. Grayscale: #A0A0A0. Windows color (decimal): -4482689 or 8362427. OLE color: 8362427.
HSL color Cylindrical-coordinate representation of color #BB997F: hue angle of 26º 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 #BB997F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 127 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.27 |
| HSL | 26º | 0.31% | 0.62% | - |
| HSV(B) | 26º | 0.32% | 0.73% | - |
| XYZ | 35.72 | 34.88 | 24.93 | - |
| YUV | 160.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 127 | 0 | 0.18 | 0.32 | 0.27 | 26 | 0.31 | 0.62 |
| Hex | BB | 99 | 7F | 0 | 12 | 20 | 1B | 1A | 1F | 3E |
| Octal | 273 | 231 | 177 | 0 | 22 | 40 | 33 | 32 | 37 | 76 |
| Binary | 10111011 | 10011001 | 1111111 | 0 | 10010 | 100000 | 11011 | 11010 | 11111 | 111110 |
Color Harmonies of #BB997F
Complementary color
Monochromatic Colors of #BB997F
Black with #BB997F
Text Example
Text Example
White with #BB997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB997F; }
p { color: rgb(187,153,127); }
H1.HeaderClassName
{
color: #BB997F;
}
.AnyTagClassName
{
color: #BB997F;
}
</style>
background-color css
<style>
a { background-color: #BB997F; }
a { background-color: rgb(187,153,127); }
div.DivClassName
{
background-color: #BB997F;
}
.BgClassName
{
background-color: #BB997F;
}
</style>
border-color css
<style>
span { border-color: #BB997F; }
span { border-color: rgb(187,153,127); }
td.TdClassName
{
border-color: #BB997F;
}
.TagClassName
{
border-color: #BB997F;
}
</style>