Shades of Pale Taupe #BB9685
Tints of Pale Taupe #BB9685
RGB
CMYK
RGB Variations
Color information
#BB9685 (or 0xBB9685) is known color: Pale Taupe. HEX triplet: BB, 96 and 85. RGB value is (187,150,133). Sum of RGB (Red+Green+Blue) = 187+150+133=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9685 is #44697A. Grayscale: #9F9F9F. Windows color (decimal): -4483451 or 8754875. OLE color: 8754875.
HSL color Cylindrical-coordinate representation of color #BB9685: hue angle of 18.89º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9685 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 133 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.27 |
| HSL | 18.89º | 0.28% | 0.63% | - |
| HSV(B) | 18.89º | 0.29% | 0.73% | - |
| XYZ | 35.63 | 34.07 | 26.89 | - |
| YUV | 159.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 133 | 0 | 0.20 | 0.29 | 0.27 | 18.89 | 0.28 | 0.63 |
| Hex | BB | 96 | 85 | 0 | 14 | 1D | 1B | 13 | 1C | 3F |
| Octal | 273 | 226 | 205 | 0 | 24 | 35 | 33 | 23 | 34 | 77 |
| Binary | 10111011 | 10010110 | 10000101 | 0 | 10100 | 11101 | 11011 | 10011 | 11100 | 111111 |
Color Harmonies of #BB9685
Complementary color
Monochromatic Colors of #BB9685
Black with #BB9685
Text Example
Text Example
White with #BB9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9685; }
p { color: rgb(187,150,133); }
H1.HeaderClassName
{
color: #BB9685;
}
.AnyTagClassName
{
color: #BB9685;
}
</style>
background-color css
<style>
a { background-color: #BB9685; }
a { background-color: rgb(187,150,133); }
div.DivClassName
{
background-color: #BB9685;
}
.BgClassName
{
background-color: #BB9685;
}
</style>
border-color css
<style>
span { border-color: #BB9685; }
span { border-color: rgb(187,150,133); }
td.TdClassName
{
border-color: #BB9685;
}
.TagClassName
{
border-color: #BB9685;
}
</style>