Shades of Pale Taupe #BB957B
Tints of Pale Taupe #BB957B
RGB
CMYK
RGB Variations
Color information
#BB957B (or 0xBB957B) is known color: Pale Taupe. HEX triplet: BB, 95 and 7B. RGB value is (187,149,123). Sum of RGB (Red+Green+Blue) = 187+149+123=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957B is #446A84. Grayscale: #9D9D9D. Windows color (decimal): -4483717 or 8099259. OLE color: 8099259.
HSL color Cylindrical-coordinate representation of color #BB957B: hue angle of 24.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB957B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 123 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.27 |
| HSL | 24.38º | 0.32% | 0.61% | - |
| HSV(B) | 24.38º | 0.34% | 0.73% | - |
| XYZ | 34.82 | 33.49 | 23.37 | - |
| YUV | 157.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 123 | 0 | 0.20 | 0.34 | 0.27 | 24.38 | 0.32 | 0.61 |
| Hex | BB | 95 | 7B | 0 | 14 | 22 | 1B | 18 | 20 | 3D |
| Octal | 273 | 225 | 173 | 0 | 24 | 42 | 33 | 30 | 40 | 75 |
| Binary | 10111011 | 10010101 | 1111011 | 0 | 10100 | 100010 | 11011 | 11000 | 100000 | 111101 |
Color Harmonies of #BB957B
Complementary color
Monochromatic Colors of #BB957B
Black with #BB957B
Text Example
Text Example
White with #BB957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB957B; }
p { color: rgb(187,149,123); }
H1.HeaderClassName
{
color: #BB957B;
}
.AnyTagClassName
{
color: #BB957B;
}
</style>
background-color css
<style>
a { background-color: #BB957B; }
a { background-color: rgb(187,149,123); }
div.DivClassName
{
background-color: #BB957B;
}
.BgClassName
{
background-color: #BB957B;
}
</style>
border-color css
<style>
span { border-color: #BB957B; }
span { border-color: rgb(187,149,123); }
td.TdClassName
{
border-color: #BB957B;
}
.TagClassName
{
border-color: #BB957B;
}
</style>