Shades of Pale Taupe #BB957A
Tints of Pale Taupe #BB957A
RGB
CMYK
RGB Variations
Color information
#BB957A (or 0xBB957A) is known color: Pale Taupe. HEX triplet: BB, 95 and 7A. RGB value is (187,149,122). Sum of RGB (Red+Green+Blue) = 187+149+122=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957A is #446A85. Grayscale: #9D9D9D. Windows color (decimal): -4483718 or 8033723. OLE color: 8033723.
HSL color Cylindrical-coordinate representation of color #BB957A: hue angle of 24.92º 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 #BB957A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 122 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.27 |
| HSL | 24.92º | 0.32% | 0.61% | - |
| HSV(B) | 24.92º | 0.35% | 0.73% | - |
| XYZ | 34.75 | 33.46 | 23.04 | - |
| YUV | 157.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 122 | 0 | 0.20 | 0.35 | 0.27 | 24.92 | 0.32 | 0.61 |
| Hex | BB | 95 | 7A | 0 | 14 | 23 | 1B | 19 | 20 | 3D |
| Octal | 273 | 225 | 172 | 0 | 24 | 43 | 33 | 31 | 40 | 75 |
| Binary | 10111011 | 10010101 | 1111010 | 0 | 10100 | 100011 | 11011 | 11001 | 100000 | 111101 |
Color Harmonies of #BB957A
Complementary color
Monochromatic Colors of #BB957A
Black with #BB957A
Text Example
Text Example
White with #BB957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB957A; }
p { color: rgb(187,149,122); }
H1.HeaderClassName
{
color: #BB957A;
}
.AnyTagClassName
{
color: #BB957A;
}
</style>
background-color css
<style>
a { background-color: #BB957A; }
a { background-color: rgb(187,149,122); }
div.DivClassName
{
background-color: #BB957A;
}
.BgClassName
{
background-color: #BB957A;
}
</style>
border-color css
<style>
span { border-color: #BB957A; }
span { border-color: rgb(187,149,122); }
td.TdClassName
{
border-color: #BB957A;
}
.TagClassName
{
border-color: #BB957A;
}
</style>