Shades of Pale Taupe #BB917A
Tints of Pale Taupe #BB917A
RGB
CMYK
RGB Variations
Color information
#BB917A (or 0xBB917A) is known color: Pale Taupe. HEX triplet: BB, 91 and 7A. RGB value is (187,145,122). Sum of RGB (Red+Green+Blue) = 187+145+122=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB917A is #446E85. Grayscale: #9B9B9B. Windows color (decimal): -4484742 or 8032699. OLE color: 8032699.
HSL color Cylindrical-coordinate representation of color #BB917A: hue angle of 21.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB917A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 145 | 122 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.27 |
| HSL | 21.23º | 0.32% | 0.61% | - |
| HSV(B) | 21.23º | 0.35% | 0.73% | - |
| XYZ | 34.13 | 32.22 | 22.83 | - |
| YUV | 154.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 122 | 0 | 0.22 | 0.35 | 0.27 | 21.23 | 0.32 | 0.61 |
| Hex | BB | 91 | 7A | 0 | 16 | 23 | 1B | 15 | 20 | 3D |
| Octal | 273 | 221 | 172 | 0 | 26 | 43 | 33 | 25 | 40 | 75 |
| Binary | 10111011 | 10010001 | 1111010 | 0 | 10110 | 100011 | 11011 | 10101 | 100000 | 111101 |
Color Harmonies of #BB917A
Complementary color
Monochromatic Colors of #BB917A
Black with #BB917A
Text Example
Text Example
White with #BB917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB917A; }
p { color: rgb(187,145,122); }
H1.HeaderClassName
{
color: #BB917A;
}
.AnyTagClassName
{
color: #BB917A;
}
</style>
background-color css
<style>
a { background-color: #BB917A; }
a { background-color: rgb(187,145,122); }
div.DivClassName
{
background-color: #BB917A;
}
.BgClassName
{
background-color: #BB917A;
}
</style>
border-color css
<style>
span { border-color: #BB917A; }
span { border-color: rgb(187,145,122); }
td.TdClassName
{
border-color: #BB917A;
}
.TagClassName
{
border-color: #BB917A;
}
</style>