Shades of Pale Taupe #BB9A7D
Tints of Pale Taupe #BB9A7D
RGB
CMYK
RGB Variations
Color information
#BB9A7D (or 0xBB9A7D) is known color: Pale Taupe. HEX triplet: BB, 9A and 7D. RGB value is (187,154,125). Sum of RGB (Red+Green+Blue) = 187+154+125=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A7D is #446582. Grayscale: #A0A0A0. Windows color (decimal): -4482435 or 8231611. OLE color: 8231611.
HSL color Cylindrical-coordinate representation of color #BB9A7D: hue angle of 28.06º 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 #BB9A7D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 125 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.27 |
| HSL | 28.06º | 0.31% | 0.61% | - |
| HSV(B) | 28.06º | 0.33% | 0.73% | - |
| XYZ | 35.75 | 35.16 | 24.3 | - |
| YUV | 160.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 125 | 0 | 0.18 | 0.33 | 0.27 | 28.06 | 0.31 | 0.61 |
| Hex | BB | 9A | 7D | 0 | 12 | 21 | 1B | 1C | 1F | 3D |
| Octal | 273 | 232 | 175 | 0 | 22 | 41 | 33 | 34 | 37 | 75 |
| Binary | 10111011 | 10011010 | 1111101 | 0 | 10010 | 100001 | 11011 | 11100 | 11111 | 111101 |
Color Harmonies of #BB9A7D
Complementary color
Monochromatic Colors of #BB9A7D
Black with #BB9A7D
Text Example
Text Example
White with #BB9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A7D; }
p { color: rgb(187,154,125); }
H1.HeaderClassName
{
color: #BB9A7D;
}
.AnyTagClassName
{
color: #BB9A7D;
}
</style>
background-color css
<style>
a { background-color: #BB9A7D; }
a { background-color: rgb(187,154,125); }
div.DivClassName
{
background-color: #BB9A7D;
}
.BgClassName
{
background-color: #BB9A7D;
}
</style>
border-color css
<style>
span { border-color: #BB9A7D; }
span { border-color: rgb(187,154,125); }
td.TdClassName
{
border-color: #BB9A7D;
}
.TagClassName
{
border-color: #BB9A7D;
}
</style>