Shades of Pale Taupe #BB9279
Tints of Pale Taupe #BB9279
RGB
CMYK
RGB Variations
Color information
#BB9279 (or 0xBB9279) is known color: Pale Taupe. HEX triplet: BB, 92 and 79. RGB value is (187,146,121). Sum of RGB (Red+Green+Blue) = 187+146+121=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9279 is #446D86. Grayscale: #9B9B9B. Windows color (decimal): -4484487 or 7967419. OLE color: 7967419.
HSL color Cylindrical-coordinate representation of color #BB9279: hue angle of 22.73º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB9279 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 121 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.27 |
| HSL | 22.73º | 0.33% | 0.6% | - |
| HSV(B) | 22.73º | 0.35% | 0.73% | - |
| XYZ | 34.22 | 32.5 | 22.56 | - |
| YUV | 155.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 121 | 0 | 0.22 | 0.35 | 0.27 | 22.73 | 0.33 | 0.6 |
| Hex | BB | 92 | 79 | 0 | 16 | 23 | 1B | 17 | 21 | 3C |
| Octal | 273 | 222 | 171 | 0 | 26 | 43 | 33 | 27 | 41 | 74 |
| Binary | 10111011 | 10010010 | 1111001 | 0 | 10110 | 100011 | 11011 | 10111 | 100001 | 111100 |
Color Harmonies of #BB9279
Complementary color
Monochromatic Colors of #BB9279
Black with #BB9279
Text Example
Text Example
White with #BB9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9279; }
p { color: rgb(187,146,121); }
H1.HeaderClassName
{
color: #BB9279;
}
.AnyTagClassName
{
color: #BB9279;
}
</style>
background-color css
<style>
a { background-color: #BB9279; }
a { background-color: rgb(187,146,121); }
div.DivClassName
{
background-color: #BB9279;
}
.BgClassName
{
background-color: #BB9279;
}
</style>
border-color css
<style>
span { border-color: #BB9279; }
span { border-color: rgb(187,146,121); }
td.TdClassName
{
border-color: #BB9279;
}
.TagClassName
{
border-color: #BB9279;
}
</style>