Shades of Pale Taupe #BB9D7E
Tints of Pale Taupe #BB9D7E
RGB
CMYK
RGB Variations
Color information
#BB9D7E (or 0xBB9D7E) is known color: Pale Taupe. HEX triplet: BB, 9D and 7E. RGB value is (187,157,126). Sum of RGB (Red+Green+Blue) = 187+157+126=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9D7E is #446281. Grayscale: #A2A2A2. Windows color (decimal): -4481666 or 8297915. OLE color: 8297915.
HSL color Cylindrical-coordinate representation of color #BB9D7E: hue angle of 30.49º 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 #BB9D7E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 157 | 126 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.27 |
| HSL | 30.49º | 0.31% | 0.61% | - |
| HSV(B) | 30.49º | 0.33% | 0.73% | - |
| XYZ | 36.32 | 36.19 | 24.81 | - |
| YUV | 162.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 126 | 0 | 0.16 | 0.33 | 0.27 | 30.49 | 0.31 | 0.61 |
| Hex | BB | 9D | 7E | 0 | 10 | 21 | 1B | 1E | 1F | 3D |
| Octal | 273 | 235 | 176 | 0 | 20 | 41 | 33 | 36 | 37 | 75 |
| Binary | 10111011 | 10011101 | 1111110 | 0 | 10000 | 100001 | 11011 | 11110 | 11111 | 111101 |
Color Harmonies of #BB9D7E
Complementary color
Monochromatic Colors of #BB9D7E
Black with #BB9D7E
Text Example
Text Example
White with #BB9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9D7E; }
p { color: rgb(187,157,126); }
H1.HeaderClassName
{
color: #BB9D7E;
}
.AnyTagClassName
{
color: #BB9D7E;
}
</style>
background-color css
<style>
a { background-color: #BB9D7E; }
a { background-color: rgb(187,157,126); }
div.DivClassName
{
background-color: #BB9D7E;
}
.BgClassName
{
background-color: #BB9D7E;
}
</style>
border-color css
<style>
span { border-color: #BB9D7E; }
span { border-color: rgb(187,157,126); }
td.TdClassName
{
border-color: #BB9D7E;
}
.TagClassName
{
border-color: #BB9D7E;
}
</style>