Shades of Pale Taupe #BB957E
Tints of Pale Taupe #BB957E
RGB
CMYK
RGB Variations
Color information
#BB957E (or 0xBB957E) is known color: Pale Taupe. HEX triplet: BB, 95 and 7E. RGB value is (187,149,126). Sum of RGB (Red+Green+Blue) = 187+149+126=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957E is #446A81. Grayscale: #9D9D9D. Windows color (decimal): -4483714 or 8295867. OLE color: 8295867.
HSL color Cylindrical-coordinate representation of color #BB957E: hue angle of 22.62º 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 #BB957E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 126 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.27 |
| HSL | 22.62º | 0.31% | 0.61% | - |
| HSV(B) | 22.62º | 0.33% | 0.73% | - |
| XYZ | 35.01 | 33.57 | 24.37 | - |
| YUV | 157.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 126 | 0 | 0.20 | 0.33 | 0.27 | 22.62 | 0.31 | 0.61 |
| Hex | BB | 95 | 7E | 0 | 14 | 21 | 1B | 17 | 1F | 3D |
| Octal | 273 | 225 | 176 | 0 | 24 | 41 | 33 | 27 | 37 | 75 |
| Binary | 10111011 | 10010101 | 1111110 | 0 | 10100 | 100001 | 11011 | 10111 | 11111 | 111101 |
Color Harmonies of #BB957E
Complementary color
Monochromatic Colors of #BB957E
Black with #BB957E
Text Example
Text Example
White with #BB957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB957E; }
p { color: rgb(187,149,126); }
H1.HeaderClassName
{
color: #BB957E;
}
.AnyTagClassName
{
color: #BB957E;
}
</style>
background-color css
<style>
a { background-color: #BB957E; }
a { background-color: rgb(187,149,126); }
div.DivClassName
{
background-color: #BB957E;
}
.BgClassName
{
background-color: #BB957E;
}
</style>
border-color css
<style>
span { border-color: #BB957E; }
span { border-color: rgb(187,149,126); }
td.TdClassName
{
border-color: #BB957E;
}
.TagClassName
{
border-color: #BB957E;
}
</style>