Shades of Pale Taupe #BB9180
Tints of Pale Taupe #BB9180
RGB
CMYK
RGB Variations
Color information
#BB9180 (or 0xBB9180) is known color: Pale Taupe. HEX triplet: BB, 91 and 80. RGB value is (187,145,128). Sum of RGB (Red+Green+Blue) = 187+145+128=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9180 is #446E7F. Grayscale: #9B9B9B. Windows color (decimal): -4484736 or 8425915. OLE color: 8425915.
HSL color Cylindrical-coordinate representation of color #BB9180: hue angle of 17.29º 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 #BB9180 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 128 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.27 |
| HSL | 17.29º | 0.3% | 0.62% | - |
| HSV(B) | 17.29º | 0.32% | 0.73% | - |
| XYZ | 34.52 | 32.37 | 24.85 | - |
| YUV | 155.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 128 | 0 | 0.22 | 0.32 | 0.27 | 17.29 | 0.3 | 0.62 |
| Hex | BB | 91 | 80 | 0 | 16 | 20 | 1B | 11 | 1E | 3E |
| Octal | 273 | 221 | 200 | 0 | 26 | 40 | 33 | 21 | 36 | 76 |
| Binary | 10111011 | 10010001 | 10000000 | 0 | 10110 | 100000 | 11011 | 10001 | 11110 | 111110 |
Color Harmonies of #BB9180
Complementary color
Monochromatic Colors of #BB9180
Black with #BB9180
Text Example
Text Example
White with #BB9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9180; }
p { color: rgb(187,145,128); }
H1.HeaderClassName
{
color: #BB9180;
}
.AnyTagClassName
{
color: #BB9180;
}
</style>
background-color css
<style>
a { background-color: #BB9180; }
a { background-color: rgb(187,145,128); }
div.DivClassName
{
background-color: #BB9180;
}
.BgClassName
{
background-color: #BB9180;
}
</style>
border-color css
<style>
span { border-color: #BB9180; }
span { border-color: rgb(187,145,128); }
td.TdClassName
{
border-color: #BB9180;
}
.TagClassName
{
border-color: #BB9180;
}
</style>