Shades of Pale Taupe #BB9675
Tints of Pale Taupe #BB9675
RGB
CMYK
RGB Variations
Color information
#BB9675 (or 0xBB9675) is known color: Pale Taupe. HEX triplet: BB, 96 and 75. RGB value is (187,150,117). Sum of RGB (Red+Green+Blue) = 187+150+117=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9675 is #44698A. Grayscale: #9D9D9D. Windows color (decimal): -4483467 or 7706299. OLE color: 7706299.
HSL color Cylindrical-coordinate representation of color #BB9675: hue angle of 28.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9675 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 117 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.27 |
| HSL | 28.29º | 0.34% | 0.6% | - |
| HSV(B) | 28.29º | 0.37% | 0.73% | - |
| XYZ | 34.61 | 33.66 | 21.5 | - |
| YUV | 157.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 117 | 0 | 0.20 | 0.37 | 0.27 | 28.29 | 0.34 | 0.6 |
| Hex | BB | 96 | 75 | 0 | 14 | 25 | 1B | 1C | 22 | 3C |
| Octal | 273 | 226 | 165 | 0 | 24 | 45 | 33 | 34 | 42 | 74 |
| Binary | 10111011 | 10010110 | 1110101 | 0 | 10100 | 100101 | 11011 | 11100 | 100010 | 111100 |
Color Harmonies of #BB9675
Complementary color
Monochromatic Colors of #BB9675
Black with #BB9675
Text Example
Text Example
White with #BB9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9675; }
p { color: rgb(187,150,117); }
H1.HeaderClassName
{
color: #BB9675;
}
.AnyTagClassName
{
color: #BB9675;
}
</style>
background-color css
<style>
a { background-color: #BB9675; }
a { background-color: rgb(187,150,117); }
div.DivClassName
{
background-color: #BB9675;
}
.BgClassName
{
background-color: #BB9675;
}
</style>
border-color css
<style>
span { border-color: #BB9675; }
span { border-color: rgb(187,150,117); }
td.TdClassName
{
border-color: #BB9675;
}
.TagClassName
{
border-color: #BB9675;
}
</style>