Shades of Pale Taupe #BF9880
Tints of Pale Taupe #BF9880
RGB
CMYK
RGB Variations
Color information
#BF9880 (or 0xBF9880) is known color: Pale Taupe. HEX triplet: BF, 98 and 80. RGB value is (191,152,128). Sum of RGB (Red+Green+Blue) = 191+152+128=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9880 is #40677F. Grayscale: #A1A1A1. Windows color (decimal): -4220800 or 8427711. OLE color: 8427711.
HSL color Cylindrical-coordinate representation of color #BF9880: hue angle of 22.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9880 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 128 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.25 |
| HSL | 22.86º | 0.33% | 0.63% | - |
| HSV(B) | 22.86º | 0.33% | 0.75% | - |
| XYZ | 36.61 | 35.09 | 25.27 | - |
| YUV | 160.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 128 | 0 | 0.20 | 0.33 | 0.25 | 22.86 | 0.33 | 0.63 |
| Hex | BF | 98 | 80 | 0 | 14 | 21 | 19 | 17 | 21 | 3F |
| Octal | 277 | 230 | 200 | 0 | 24 | 41 | 31 | 27 | 41 | 77 |
| Binary | 10111111 | 10011000 | 10000000 | 0 | 10100 | 100001 | 11001 | 10111 | 100001 | 111111 |
Color Harmonies of #BF9880
Complementary color
Monochromatic Colors of #BF9880
Black with #BF9880
Text Example
Text Example
White with #BF9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9880; }
p { color: rgb(191,152,128); }
H1.HeaderClassName
{
color: #BF9880;
}
.AnyTagClassName
{
color: #BF9880;
}
</style>
background-color css
<style>
a { background-color: #BF9880; }
a { background-color: rgb(191,152,128); }
div.DivClassName
{
background-color: #BF9880;
}
.BgClassName
{
background-color: #BF9880;
}
</style>
border-color css
<style>
span { border-color: #BF9880; }
span { border-color: rgb(191,152,128); }
td.TdClassName
{
border-color: #BF9880;
}
.TagClassName
{
border-color: #BF9880;
}
</style>