Shades of Pale Taupe #BB9777
Tints of Pale Taupe #BB9777
RGB
CMYK
RGB Variations
Color information
#BB9777 (or 0xBB9777) is known color: Pale Taupe. HEX triplet: BB, 97 and 77. RGB value is (187,151,119). Sum of RGB (Red+Green+Blue) = 187+151+119=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9777 is #446888. Grayscale: #9E9E9E. Windows color (decimal): -4483209 or 7837627. OLE color: 7837627.
HSL color Cylindrical-coordinate representation of color #BB9777: hue angle of 28.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9777 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 119 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.27 |
| HSL | 28.24º | 0.33% | 0.6% | - |
| HSV(B) | 28.24º | 0.36% | 0.73% | - |
| XYZ | 34.89 | 34.03 | 22.18 | - |
| YUV | 158.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 119 | 0 | 0.19 | 0.36 | 0.27 | 28.24 | 0.33 | 0.6 |
| Hex | BB | 97 | 77 | 0 | 13 | 24 | 1B | 1C | 21 | 3C |
| Octal | 273 | 227 | 167 | 0 | 23 | 44 | 33 | 34 | 41 | 74 |
| Binary | 10111011 | 10010111 | 1110111 | 0 | 10011 | 100100 | 11011 | 11100 | 100001 | 111100 |
Color Harmonies of #BB9777
Complementary color
Monochromatic Colors of #BB9777
Black with #BB9777
Text Example
Text Example
White with #BB9777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9777; }
p { color: rgb(187,151,119); }
H1.HeaderClassName
{
color: #BB9777;
}
.AnyTagClassName
{
color: #BB9777;
}
</style>
background-color css
<style>
a { background-color: #BB9777; }
a { background-color: rgb(187,151,119); }
div.DivClassName
{
background-color: #BB9777;
}
.BgClassName
{
background-color: #BB9777;
}
</style>
border-color css
<style>
span { border-color: #BB9777; }
span { border-color: rgb(187,151,119); }
td.TdClassName
{
border-color: #BB9777;
}
.TagClassName
{
border-color: #BB9777;
}
</style>