Shades of Pale Taupe #BF917A
Tints of Pale Taupe #BF917A
RGB
CMYK
RGB Variations
Color information
#BF917A (or 0xBF917A) is known color: Pale Taupe. HEX triplet: BF, 91 and 7A. RGB value is (191,145,122). Sum of RGB (Red+Green+Blue) = 191+145+122=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF917A is #406E85. Grayscale: #9C9C9C. Windows color (decimal): -4222598 or 8032703. OLE color: 8032703.
HSL color Cylindrical-coordinate representation of color #BF917A: hue angle of 20º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF917A is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 122 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.25 |
| HSL | 20º | 0.35% | 0.61% | - |
| HSV(B) | 20º | 0.36% | 0.75% | - |
| XYZ | 35.12 | 32.73 | 22.88 | - |
| YUV | 156.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 122 | 0 | 0.24 | 0.36 | 0.25 | 20 | 0.35 | 0.61 |
| Hex | BF | 91 | 7A | 0 | 18 | 24 | 19 | 14 | 23 | 3D |
| Octal | 277 | 221 | 172 | 0 | 30 | 44 | 31 | 24 | 43 | 75 |
| Binary | 10111111 | 10010001 | 1111010 | 0 | 11000 | 100100 | 11001 | 10100 | 100011 | 111101 |
Color Harmonies of #BF917A
Complementary color
Monochromatic Colors of #BF917A
Black with #BF917A
Text Example
Text Example
White with #BF917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF917A; }
p { color: rgb(191,145,122); }
H1.HeaderClassName
{
color: #BF917A;
}
.AnyTagClassName
{
color: #BF917A;
}
</style>
background-color css
<style>
a { background-color: #BF917A; }
a { background-color: rgb(191,145,122); }
div.DivClassName
{
background-color: #BF917A;
}
.BgClassName
{
background-color: #BF917A;
}
</style>
border-color css
<style>
span { border-color: #BF917A; }
span { border-color: rgb(191,145,122); }
td.TdClassName
{
border-color: #BF917A;
}
.TagClassName
{
border-color: #BF917A;
}
</style>