Shades of Pale Taupe #BB9480
Tints of Pale Taupe #BB9480
RGB
CMYK
RGB Variations
Color information
#BB9480 (or 0xBB9480) is known color: Pale Taupe. HEX triplet: BB, 94 and 80. RGB value is (187,148,128). Sum of RGB (Red+Green+Blue) = 187+148+128=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9480 is #446B7F. Grayscale: #9D9D9D. Windows color (decimal): -4483968 or 8426683. OLE color: 8426683.
HSL color Cylindrical-coordinate representation of color #BB9480: hue angle of 20.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9480 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 128 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.27 |
| HSL | 20.34º | 0.3% | 0.62% | - |
| HSV(B) | 20.34º | 0.32% | 0.73% | - |
| XYZ | 34.98 | 33.3 | 25.01 | - |
| YUV | 157.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 128 | 0 | 0.21 | 0.32 | 0.27 | 20.34 | 0.3 | 0.62 |
| Hex | BB | 94 | 80 | 0 | 15 | 20 | 1B | 14 | 1E | 3E |
| Octal | 273 | 224 | 200 | 0 | 25 | 40 | 33 | 24 | 36 | 76 |
| Binary | 10111011 | 10010100 | 10000000 | 0 | 10101 | 100000 | 11011 | 10100 | 11110 | 111110 |
Color Harmonies of #BB9480
Complementary color
Monochromatic Colors of #BB9480
Black with #BB9480
Text Example
Text Example
White with #BB9480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9480; }
p { color: rgb(187,148,128); }
H1.HeaderClassName
{
color: #BB9480;
}
.AnyTagClassName
{
color: #BB9480;
}
</style>
background-color css
<style>
a { background-color: #BB9480; }
a { background-color: rgb(187,148,128); }
div.DivClassName
{
background-color: #BB9480;
}
.BgClassName
{
background-color: #BB9480;
}
</style>
border-color css
<style>
span { border-color: #BB9480; }
span { border-color: rgb(187,148,128); }
td.TdClassName
{
border-color: #BB9480;
}
.TagClassName
{
border-color: #BB9480;
}
</style>