Shades of Pale Taupe #BB9071
Tints of Pale Taupe #BB9071
RGB
CMYK
RGB Variations
Color information
#BB9071 (or 0xBB9071) is known color: Pale Taupe. HEX triplet: BB, 90 and 71. RGB value is (187,144,113). Sum of RGB (Red+Green+Blue) = 187+144+113=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9071 is #446F8E. Grayscale: #999999. Windows color (decimal): -4485007 or 7442619. OLE color: 7442619.
HSL color Cylindrical-coordinate representation of color #BB9071: hue angle of 25.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9071 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 113 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.27 |
| HSL | 25.14º | 0.35% | 0.59% | - |
| HSV(B) | 25.14º | 0.4% | 0.73% | - |
| XYZ | 33.45 | 31.7 | 19.98 | - |
| YUV | 153.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 113 | 0 | 0.23 | 0.40 | 0.27 | 25.14 | 0.35 | 0.59 |
| Hex | BB | 90 | 71 | 0 | 17 | 28 | 1B | 19 | 23 | 3B |
| Octal | 273 | 220 | 161 | 0 | 27 | 50 | 33 | 31 | 43 | 73 |
| Binary | 10111011 | 10010000 | 1110001 | 0 | 10111 | 101000 | 11011 | 11001 | 100011 | 111011 |
Color Harmonies of #BB9071
Complementary color
Monochromatic Colors of #BB9071
Black with #BB9071
Text Example
Text Example
White with #BB9071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9071; }
p { color: rgb(187,144,113); }
H1.HeaderClassName
{
color: #BB9071;
}
.AnyTagClassName
{
color: #BB9071;
}
</style>
background-color css
<style>
a { background-color: #BB9071; }
a { background-color: rgb(187,144,113); }
div.DivClassName
{
background-color: #BB9071;
}
.BgClassName
{
background-color: #BB9071;
}
</style>
border-color css
<style>
span { border-color: #BB9071; }
span { border-color: rgb(187,144,113); }
td.TdClassName
{
border-color: #BB9071;
}
.TagClassName
{
border-color: #BB9071;
}
</style>