Shades of Pale Taupe #BB9380
Tints of Pale Taupe #BB9380
RGB
CMYK
RGB Variations
Color information
#BB9380 (or 0xBB9380) is known color: Pale Taupe. HEX triplet: BB, 93 and 80. RGB value is (187,147,128). Sum of RGB (Red+Green+Blue) = 187+147+128=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9380 is #446C7F. Grayscale: #9C9C9C. Windows color (decimal): -4484224 or 8426427. OLE color: 8426427.
HSL color Cylindrical-coordinate representation of color #BB9380: hue angle of 19.32º 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 #BB9380 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 147 | 128 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.27 |
| HSL | 19.32º | 0.3% | 0.62% | - |
| HSV(B) | 19.32º | 0.32% | 0.73% | - |
| XYZ | 34.82 | 32.99 | 24.95 | - |
| YUV | 156.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 128 | 0 | 0.21 | 0.32 | 0.27 | 19.32 | 0.3 | 0.62 |
| Hex | BB | 93 | 80 | 0 | 15 | 20 | 1B | 13 | 1E | 3E |
| Octal | 273 | 223 | 200 | 0 | 25 | 40 | 33 | 23 | 36 | 76 |
| Binary | 10111011 | 10010011 | 10000000 | 0 | 10101 | 100000 | 11011 | 10011 | 11110 | 111110 |
Color Harmonies of #BB9380
Complementary color
Monochromatic Colors of #BB9380
Black with #BB9380
Text Example
Text Example
White with #BB9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9380; }
p { color: rgb(187,147,128); }
H1.HeaderClassName
{
color: #BB9380;
}
.AnyTagClassName
{
color: #BB9380;
}
</style>
background-color css
<style>
a { background-color: #BB9380; }
a { background-color: rgb(187,147,128); }
div.DivClassName
{
background-color: #BB9380;
}
.BgClassName
{
background-color: #BB9380;
}
</style>
border-color css
<style>
span { border-color: #BB9380; }
span { border-color: rgb(187,147,128); }
td.TdClassName
{
border-color: #BB9380;
}
.TagClassName
{
border-color: #BB9380;
}
</style>