Shades of Pale Taupe #BB9D80
Tints of Pale Taupe #BB9D80
RGB
CMYK
RGB Variations
Color information
#BB9D80 (or 0xBB9D80) is known color: Pale Taupe. HEX triplet: BB, 9D and 80. RGB value is (187,157,128). Sum of RGB (Red+Green+Blue) = 187+157+128=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9D80 is #44627F. Grayscale: #A2A2A2. Windows color (decimal): -4481664 or 8428987. OLE color: 8428987.
HSL color Cylindrical-coordinate representation of color #BB9D80: hue angle of 29.49º 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 #BB9D80 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 128 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 29.49º | 0.3% | 0.62% | - |
| HSV(B) | 29.49º | 0.32% | 0.73% | - |
| XYZ | 36.45 | 36.24 | 25.5 | - |
| YUV | 162.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 128 | 0 | 0.16 | 0.32 | 0.27 | 29.49 | 0.3 | 0.62 |
| Hex | BB | 9D | 80 | 0 | 10 | 20 | 1B | 1D | 1E | 3E |
| Octal | 273 | 235 | 200 | 0 | 20 | 40 | 33 | 35 | 36 | 76 |
| Binary | 10111011 | 10011101 | 10000000 | 0 | 10000 | 100000 | 11011 | 11101 | 11110 | 111110 |
Color Harmonies of #BB9D80
Complementary color
Monochromatic Colors of #BB9D80
Black with #BB9D80
Text Example
Text Example
White with #BB9D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D80; }
p { color: rgb(187,157,128); }
H1.HeaderClassName
{
color: #BB9D80;
}
.AnyTagClassName
{
color: #BB9D80;
}
</style>
background-color css
<style>
a { background-color: #BB9D80; }
a { background-color: rgb(187,157,128); }
div.DivClassName
{
background-color: #BB9D80;
}
.BgClassName
{
background-color: #BB9D80;
}
</style>
border-color css
<style>
span { border-color: #BB9D80; }
span { border-color: rgb(187,157,128); }
td.TdClassName
{
border-color: #BB9D80;
}
.TagClassName
{
border-color: #BB9D80;
}
</style>