Shades of Pale Taupe #BB9A7E
Tints of Pale Taupe #BB9A7E
RGB
CMYK
RGB Variations
Color information
#BB9A7E (or 0xBB9A7E) is known color: Pale Taupe. HEX triplet: BB, 9A and 7E. RGB value is (187,154,126). Sum of RGB (Red+Green+Blue) = 187+154+126=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A7E is #446581. Grayscale: #A0A0A0. Windows color (decimal): -4482434 or 8297147. OLE color: 8297147.
HSL color Cylindrical-coordinate representation of color #BB9A7E: hue angle of 27.54º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9A7E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 126 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.27 |
| HSL | 27.54º | 0.31% | 0.61% | - |
| HSV(B) | 27.54º | 0.33% | 0.73% | - |
| XYZ | 35.82 | 35.18 | 24.64 | - |
| YUV | 160.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 126 | 0 | 0.18 | 0.33 | 0.27 | 27.54 | 0.31 | 0.61 |
| Hex | BB | 9A | 7E | 0 | 12 | 21 | 1B | 1C | 1F | 3D |
| Octal | 273 | 232 | 176 | 0 | 22 | 41 | 33 | 34 | 37 | 75 |
| Binary | 10111011 | 10011010 | 1111110 | 0 | 10010 | 100001 | 11011 | 11100 | 11111 | 111101 |
Color Harmonies of #BB9A7E
Complementary color
Monochromatic Colors of #BB9A7E
Black with #BB9A7E
Text Example
Text Example
White with #BB9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A7E; }
p { color: rgb(187,154,126); }
H1.HeaderClassName
{
color: #BB9A7E;
}
.AnyTagClassName
{
color: #BB9A7E;
}
</style>
background-color css
<style>
a { background-color: #BB9A7E; }
a { background-color: rgb(187,154,126); }
div.DivClassName
{
background-color: #BB9A7E;
}
.BgClassName
{
background-color: #BB9A7E;
}
</style>
border-color css
<style>
span { border-color: #BB9A7E; }
span { border-color: rgb(187,154,126); }
td.TdClassName
{
border-color: #BB9A7E;
}
.TagClassName
{
border-color: #BB9A7E;
}
</style>