Shades of Pale Taupe #BF9F80
Tints of Pale Taupe #BF9F80
RGB
CMYK
RGB Variations
Color information
#BF9F80 (or 0xBF9F80) is known color: Pale Taupe. HEX triplet: BF, 9F and 80. RGB value is (191,159,128). Sum of RGB (Red+Green+Blue) = 191+159+128=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F80 is #40607F. Grayscale: #A5A5A5. Windows color (decimal): -4219008 or 8429503. OLE color: 8429503.
HSL color Cylindrical-coordinate representation of color #BF9F80: hue angle of 29.52º 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 #BF9F80 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 128 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.25 |
| HSL | 29.52º | 0.33% | 0.63% | - |
| HSV(B) | 29.52º | 0.33% | 0.75% | - |
| XYZ | 37.78 | 37.43 | 25.66 | - |
| YUV | 165.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 128 | 0 | 0.17 | 0.33 | 0.25 | 29.52 | 0.33 | 0.63 |
| Hex | BF | 9F | 80 | 0 | 11 | 21 | 19 | 1E | 21 | 3F |
| Octal | 277 | 237 | 200 | 0 | 21 | 41 | 31 | 36 | 41 | 77 |
| Binary | 10111111 | 10011111 | 10000000 | 0 | 10001 | 100001 | 11001 | 11110 | 100001 | 111111 |
Color Harmonies of #BF9F80
Complementary color
Monochromatic Colors of #BF9F80
Black with #BF9F80
Text Example
Text Example
White with #BF9F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F80; }
p { color: rgb(191,159,128); }
H1.HeaderClassName
{
color: #BF9F80;
}
.AnyTagClassName
{
color: #BF9F80;
}
</style>
background-color css
<style>
a { background-color: #BF9F80; }
a { background-color: rgb(191,159,128); }
div.DivClassName
{
background-color: #BF9F80;
}
.BgClassName
{
background-color: #BF9F80;
}
</style>
border-color css
<style>
span { border-color: #BF9F80; }
span { border-color: rgb(191,159,128); }
td.TdClassName
{
border-color: #BF9F80;
}
.TagClassName
{
border-color: #BF9F80;
}
</style>