Shades of Pale Taupe #BF9884
Tints of Pale Taupe #BF9884
RGB
CMYK
RGB Variations
Color information
#BF9884 (or 0xBF9884) is known color: Pale Taupe. HEX triplet: BF, 98 and 84. RGB value is (191,152,132). Sum of RGB (Red+Green+Blue) = 191+152+132=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9884 is #40677B. Grayscale: #A1A1A1. Windows color (decimal): -4220796 or 8689855. OLE color: 8689855.
HSL color Cylindrical-coordinate representation of color #BF9884: hue angle of 20.34º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF9884 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 132 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.25 |
| HSL | 20.34º | 0.32% | 0.63% | - |
| HSV(B) | 20.34º | 0.31% | 0.75% | - |
| XYZ | 36.88 | 35.2 | 26.68 | - |
| YUV | 161.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 132 | 0 | 0.20 | 0.31 | 0.25 | 20.34 | 0.32 | 0.63 |
| Hex | BF | 98 | 84 | 0 | 14 | 1F | 19 | 14 | 20 | 3F |
| Octal | 277 | 230 | 204 | 0 | 24 | 37 | 31 | 24 | 40 | 77 |
| Binary | 10111111 | 10011000 | 10000100 | 0 | 10100 | 11111 | 11001 | 10100 | 100000 | 111111 |
Color Harmonies of #BF9884
Complementary color
Monochromatic Colors of #BF9884
Black with #BF9884
Text Example
Text Example
White with #BF9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9884; }
p { color: rgb(191,152,132); }
H1.HeaderClassName
{
color: #BF9884;
}
.AnyTagClassName
{
color: #BF9884;
}
</style>
background-color css
<style>
a { background-color: #BF9884; }
a { background-color: rgb(191,152,132); }
div.DivClassName
{
background-color: #BF9884;
}
.BgClassName
{
background-color: #BF9884;
}
</style>
border-color css
<style>
span { border-color: #BF9884; }
span { border-color: rgb(191,152,132); }
td.TdClassName
{
border-color: #BF9884;
}
.TagClassName
{
border-color: #BF9884;
}
</style>