Shades of Pale Taupe #BB997D
Tints of Pale Taupe #BB997D
RGB
CMYK
RGB Variations
Color information
#BB997D (or 0xBB997D) is known color: Pale Taupe. HEX triplet: BB, 99 and 7D. RGB value is (187,153,125). Sum of RGB (Red+Green+Blue) = 187+153+125=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB997D is #446682. Grayscale: #A0A0A0. Windows color (decimal): -4482691 or 8231355. OLE color: 8231355.
HSL color Cylindrical-coordinate representation of color #BB997D: hue angle of 27.1º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB997D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 125 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.27 |
| HSL | 27.1º | 0.31% | 0.61% | - |
| HSV(B) | 27.1º | 0.33% | 0.73% | - |
| XYZ | 35.59 | 34.83 | 24.25 | - |
| YUV | 159.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 125 | 0 | 0.18 | 0.33 | 0.27 | 27.1 | 0.31 | 0.61 |
| Hex | BB | 99 | 7D | 0 | 12 | 21 | 1B | 1B | 1F | 3D |
| Octal | 273 | 231 | 175 | 0 | 22 | 41 | 33 | 33 | 37 | 75 |
| Binary | 10111011 | 10011001 | 1111101 | 0 | 10010 | 100001 | 11011 | 11011 | 11111 | 111101 |
Color Harmonies of #BB997D
Complementary color
Monochromatic Colors of #BB997D
Black with #BB997D
Text Example
Text Example
White with #BB997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB997D; }
p { color: rgb(187,153,125); }
H1.HeaderClassName
{
color: #BB997D;
}
.AnyTagClassName
{
color: #BB997D;
}
</style>
background-color css
<style>
a { background-color: #BB997D; }
a { background-color: rgb(187,153,125); }
div.DivClassName
{
background-color: #BB997D;
}
.BgClassName
{
background-color: #BB997D;
}
</style>
border-color css
<style>
span { border-color: #BB997D; }
span { border-color: rgb(187,153,125); }
td.TdClassName
{
border-color: #BB997D;
}
.TagClassName
{
border-color: #BB997D;
}
</style>