Shades of Pale Taupe #BB977D
Tints of Pale Taupe #BB977D
RGB
CMYK
RGB Variations
Color information
#BB977D (or 0xBB977D) is known color: Pale Taupe. HEX triplet: BB, 97 and 7D. RGB value is (187,151,125). Sum of RGB (Red+Green+Blue) = 187+151+125=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977D is #446882. Grayscale: #9E9E9E. Windows color (decimal): -4483203 or 8230843. OLE color: 8230843.
HSL color Cylindrical-coordinate representation of color #BB977D: hue angle of 25.16º 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 #BB977D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 125 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.27 |
| HSL | 25.16º | 0.31% | 0.61% | - |
| HSV(B) | 25.16º | 0.33% | 0.73% | - |
| XYZ | 35.26 | 34.18 | 24.14 | - |
| YUV | 158.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 125 | 0 | 0.19 | 0.33 | 0.27 | 25.16 | 0.31 | 0.61 |
| Hex | BB | 97 | 7D | 0 | 13 | 21 | 1B | 19 | 1F | 3D |
| Octal | 273 | 227 | 175 | 0 | 23 | 41 | 33 | 31 | 37 | 75 |
| Binary | 10111011 | 10010111 | 1111101 | 0 | 10011 | 100001 | 11011 | 11001 | 11111 | 111101 |
Color Harmonies of #BB977D
Complementary color
Monochromatic Colors of #BB977D
Black with #BB977D
Text Example
Text Example
White with #BB977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB977D; }
p { color: rgb(187,151,125); }
H1.HeaderClassName
{
color: #BB977D;
}
.AnyTagClassName
{
color: #BB977D;
}
</style>
background-color css
<style>
a { background-color: #BB977D; }
a { background-color: rgb(187,151,125); }
div.DivClassName
{
background-color: #BB977D;
}
.BgClassName
{
background-color: #BB977D;
}
</style>
border-color css
<style>
span { border-color: #BB977D; }
span { border-color: rgb(187,151,125); }
td.TdClassName
{
border-color: #BB977D;
}
.TagClassName
{
border-color: #BB977D;
}
</style>