Shades of Pale Taupe #BF9179
Tints of Pale Taupe #BF9179
RGB
CMYK
RGB Variations
Color information
#BF9179 (or 0xBF9179) is known color: Pale Taupe. HEX triplet: BF, 91 and 79. RGB value is (191,145,121). Sum of RGB (Red+Green+Blue) = 191+145+121=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9179 is #406E86. Grayscale: #9C9C9C. Windows color (decimal): -4222599 or 7967167. OLE color: 7967167.
HSL color Cylindrical-coordinate representation of color #BF9179: hue angle of 20.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9179 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 121 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.25 |
| HSL | 20.57º | 0.35% | 0.61% | - |
| HSV(B) | 20.57º | 0.37% | 0.75% | - |
| XYZ | 35.06 | 32.71 | 22.55 | - |
| YUV | 156.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 121 | 0 | 0.24 | 0.37 | 0.25 | 20.57 | 0.35 | 0.61 |
| Hex | BF | 91 | 79 | 0 | 18 | 25 | 19 | 15 | 23 | 3D |
| Octal | 277 | 221 | 171 | 0 | 30 | 45 | 31 | 25 | 43 | 75 |
| Binary | 10111111 | 10010001 | 1111001 | 0 | 11000 | 100101 | 11001 | 10101 | 100011 | 111101 |
Color Harmonies of #BF9179
Complementary color
Monochromatic Colors of #BF9179
Black with #BF9179
Text Example
Text Example
White with #BF9179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9179; }
p { color: rgb(191,145,121); }
H1.HeaderClassName
{
color: #BF9179;
}
.AnyTagClassName
{
color: #BF9179;
}
</style>
background-color css
<style>
a { background-color: #BF9179; }
a { background-color: rgb(191,145,121); }
div.DivClassName
{
background-color: #BF9179;
}
.BgClassName
{
background-color: #BF9179;
}
</style>
border-color css
<style>
span { border-color: #BF9179; }
span { border-color: rgb(191,145,121); }
td.TdClassName
{
border-color: #BF9179;
}
.TagClassName
{
border-color: #BF9179;
}
</style>