Shades of Pale Taupe #BB927B
Tints of Pale Taupe #BB927B
RGB
CMYK
RGB Variations
Color information
#BB927B (or 0xBB927B) is known color: Pale Taupe. HEX triplet: BB, 92 and 7B. RGB value is (187,146,123). Sum of RGB (Red+Green+Blue) = 187+146+123=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB927B is #446D84. Grayscale: #9B9B9B. Windows color (decimal): -4484485 or 8098491. OLE color: 8098491.
HSL color Cylindrical-coordinate representation of color #BB927B: hue angle of 21.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB927B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 123 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.27 |
| HSL | 21.56º | 0.32% | 0.61% | - |
| HSV(B) | 21.56º | 0.34% | 0.73% | - |
| XYZ | 34.35 | 32.55 | 23.21 | - |
| YUV | 155.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 123 | 0 | 0.22 | 0.34 | 0.27 | 21.56 | 0.32 | 0.61 |
| Hex | BB | 92 | 7B | 0 | 16 | 22 | 1B | 16 | 20 | 3D |
| Octal | 273 | 222 | 173 | 0 | 26 | 42 | 33 | 26 | 40 | 75 |
| Binary | 10111011 | 10010010 | 1111011 | 0 | 10110 | 100010 | 11011 | 10110 | 100000 | 111101 |
Color Harmonies of #BB927B
Complementary color
Monochromatic Colors of #BB927B
Black with #BB927B
Text Example
Text Example
White with #BB927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB927B; }
p { color: rgb(187,146,123); }
H1.HeaderClassName
{
color: #BB927B;
}
.AnyTagClassName
{
color: #BB927B;
}
</style>
background-color css
<style>
a { background-color: #BB927B; }
a { background-color: rgb(187,146,123); }
div.DivClassName
{
background-color: #BB927B;
}
.BgClassName
{
background-color: #BB927B;
}
</style>
border-color css
<style>
span { border-color: #BB927B; }
span { border-color: rgb(187,146,123); }
td.TdClassName
{
border-color: #BB927B;
}
.TagClassName
{
border-color: #BB927B;
}
</style>