Shades of Pale Taupe #BB9E7F
Tints of Pale Taupe #BB9E7F
RGB
CMYK
RGB Variations
Color information
#BB9E7F (or 0xBB9E7F) is known color: Pale Taupe. HEX triplet: BB, 9E and 7F. RGB value is (187,158,127). Sum of RGB (Red+Green+Blue) = 187+158+127=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E7F is #446180. Grayscale: #A3A3A3. Windows color (decimal): -4481409 or 8363707. OLE color: 8363707.
HSL color Cylindrical-coordinate representation of color #BB9E7F: hue angle of 31º degrees, saturation: 0.31, 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 #BB9E7F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 127 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.27 |
| HSL | 31º | 0.31% | 0.62% | - |
| HSV(B) | 31º | 0.32% | 0.73% | - |
| XYZ | 36.55 | 36.55 | 25.21 | - |
| YUV | 163.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 127 | 0 | 0.16 | 0.32 | 0.27 | 31 | 0.31 | 0.62 |
| Hex | BB | 9E | 7F | 0 | 10 | 20 | 1B | 1F | 1F | 3E |
| Octal | 273 | 236 | 177 | 0 | 20 | 40 | 33 | 37 | 37 | 76 |
| Binary | 10111011 | 10011110 | 1111111 | 0 | 10000 | 100000 | 11011 | 11111 | 11111 | 111110 |
Color Harmonies of #BB9E7F
Complementary color
Monochromatic Colors of #BB9E7F
Black with #BB9E7F
Text Example
Text Example
White with #BB9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E7F; }
p { color: rgb(187,158,127); }
H1.HeaderClassName
{
color: #BB9E7F;
}
.AnyTagClassName
{
color: #BB9E7F;
}
</style>
background-color css
<style>
a { background-color: #BB9E7F; }
a { background-color: rgb(187,158,127); }
div.DivClassName
{
background-color: #BB9E7F;
}
.BgClassName
{
background-color: #BB9E7F;
}
</style>
border-color css
<style>
span { border-color: #BB9E7F; }
span { border-color: rgb(187,158,127); }
td.TdClassName
{
border-color: #BB9E7F;
}
.TagClassName
{
border-color: #BB9E7F;
}
</style>