Shades of Pale Taupe #BB997A
Tints of Pale Taupe #BB997A
RGB
CMYK
RGB Variations
Color information
#BB997A (or 0xBB997A) is known color: Pale Taupe. HEX triplet: BB, 99 and 7A. RGB value is (187,153,122). Sum of RGB (Red+Green+Blue) = 187+153+122=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB997A is #446685. Grayscale: #9F9F9F. Windows color (decimal): -4482694 or 8034747. OLE color: 8034747.
HSL color Cylindrical-coordinate representation of color #BB997A: hue angle of 28.62º 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 #BB997A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 122 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.27 |
| HSL | 28.62º | 0.32% | 0.61% | - |
| HSV(B) | 28.62º | 0.35% | 0.73% | - |
| XYZ | 35.4 | 34.75 | 23.25 | - |
| YUV | 159.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 122 | 0 | 0.18 | 0.35 | 0.27 | 28.62 | 0.32 | 0.61 |
| Hex | BB | 99 | 7A | 0 | 12 | 23 | 1B | 1D | 20 | 3D |
| Octal | 273 | 231 | 172 | 0 | 22 | 43 | 33 | 35 | 40 | 75 |
| Binary | 10111011 | 10011001 | 1111010 | 0 | 10010 | 100011 | 11011 | 11101 | 100000 | 111101 |
Color Harmonies of #BB997A
Complementary color
Monochromatic Colors of #BB997A
Black with #BB997A
Text Example
Text Example
White with #BB997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB997A; }
p { color: rgb(187,153,122); }
H1.HeaderClassName
{
color: #BB997A;
}
.AnyTagClassName
{
color: #BB997A;
}
</style>
background-color css
<style>
a { background-color: #BB997A; }
a { background-color: rgb(187,153,122); }
div.DivClassName
{
background-color: #BB997A;
}
.BgClassName
{
background-color: #BB997A;
}
</style>
border-color css
<style>
span { border-color: #BB997A; }
span { border-color: rgb(187,153,122); }
td.TdClassName
{
border-color: #BB997A;
}
.TagClassName
{
border-color: #BB997A;
}
</style>