Shades of Pale Taupe #BB9280
Tints of Pale Taupe #BB9280
RGB
CMYK
RGB Variations
Color information
#BB9280 (or 0xBB9280) is known color: Pale Taupe. HEX triplet: BB, 92 and 80. RGB value is (187,146,128). Sum of RGB (Red+Green+Blue) = 187+146+128=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9280 is #446D7F. Grayscale: #9C9C9C. Windows color (decimal): -4484480 or 8426171. OLE color: 8426171.
HSL color Cylindrical-coordinate representation of color #BB9280: hue angle of 18.31º 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 #BB9280 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 128 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.27 |
| HSL | 18.31º | 0.3% | 0.62% | - |
| HSV(B) | 18.31º | 0.32% | 0.73% | - |
| XYZ | 34.67 | 32.68 | 24.9 | - |
| YUV | 156.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 128 | 0 | 0.22 | 0.32 | 0.27 | 18.31 | 0.3 | 0.62 |
| Hex | BB | 92 | 80 | 0 | 16 | 20 | 1B | 12 | 1E | 3E |
| Octal | 273 | 222 | 200 | 0 | 26 | 40 | 33 | 22 | 36 | 76 |
| Binary | 10111011 | 10010010 | 10000000 | 0 | 10110 | 100000 | 11011 | 10010 | 11110 | 111110 |
Color Harmonies of #BB9280
Complementary color
Monochromatic Colors of #BB9280
Black with #BB9280
Text Example
Text Example
White with #BB9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9280; }
p { color: rgb(187,146,128); }
H1.HeaderClassName
{
color: #BB9280;
}
.AnyTagClassName
{
color: #BB9280;
}
</style>
background-color css
<style>
a { background-color: #BB9280; }
a { background-color: rgb(187,146,128); }
div.DivClassName
{
background-color: #BB9280;
}
.BgClassName
{
background-color: #BB9280;
}
</style>
border-color css
<style>
span { border-color: #BB9280; }
span { border-color: rgb(187,146,128); }
td.TdClassName
{
border-color: #BB9280;
}
.TagClassName
{
border-color: #BB9280;
}
</style>