Shades of Pale Taupe #BF9E80
Tints of Pale Taupe #BF9E80
RGB
CMYK
RGB Variations
Color information
#BF9E80 (or 0xBF9E80) is known color: Pale Taupe. HEX triplet: BF, 9E and 80. RGB value is (191,158,128). Sum of RGB (Red+Green+Blue) = 191+158+128=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E80 is #40617F. Grayscale: #A4A4A4. Windows color (decimal): -4219264 or 8429247. OLE color: 8429247.
HSL color Cylindrical-coordinate representation of color #BF9E80: hue angle of 28.57º 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 #BF9E80 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 128 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.25 |
| HSL | 28.57º | 0.33% | 0.63% | - |
| HSV(B) | 28.57º | 0.33% | 0.75% | - |
| XYZ | 37.61 | 37.09 | 25.6 | - |
| YUV | 164.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 128 | 0 | 0.17 | 0.33 | 0.25 | 28.57 | 0.33 | 0.63 |
| Hex | BF | 9E | 80 | 0 | 11 | 21 | 19 | 1D | 21 | 3F |
| Octal | 277 | 236 | 200 | 0 | 21 | 41 | 31 | 35 | 41 | 77 |
| Binary | 10111111 | 10011110 | 10000000 | 0 | 10001 | 100001 | 11001 | 11101 | 100001 | 111111 |
Color Harmonies of #BF9E80
Complementary color
Monochromatic Colors of #BF9E80
Black with #BF9E80
Text Example
Text Example
White with #BF9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E80; }
p { color: rgb(191,158,128); }
H1.HeaderClassName
{
color: #BF9E80;
}
.AnyTagClassName
{
color: #BF9E80;
}
</style>
background-color css
<style>
a { background-color: #BF9E80; }
a { background-color: rgb(191,158,128); }
div.DivClassName
{
background-color: #BF9E80;
}
.BgClassName
{
background-color: #BF9E80;
}
</style>
border-color css
<style>
span { border-color: #BF9E80; }
span { border-color: rgb(191,158,128); }
td.TdClassName
{
border-color: #BF9E80;
}
.TagClassName
{
border-color: #BF9E80;
}
</style>