Shades of Pale Taupe #BF947D
Tints of Pale Taupe #BF947D
RGB
CMYK
RGB Variations
Color information
#BF947D (or 0xBF947D) is known color: Pale Taupe. HEX triplet: BF, 94 and 7D. RGB value is (191,148,125). Sum of RGB (Red+Green+Blue) = 191+148+125=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF947D is #406B82. Grayscale: #9E9E9E. Windows color (decimal): -4221827 or 8230079. OLE color: 8230079.
HSL color Cylindrical-coordinate representation of color #BF947D: hue angle of 20.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF947D is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 125 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.25 |
| HSL | 20.91º | 0.34% | 0.62% | - |
| HSV(B) | 20.91º | 0.35% | 0.75% | - |
| XYZ | 35.78 | 33.74 | 24.03 | - |
| YUV | 158.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 125 | 0 | 0.23 | 0.35 | 0.25 | 20.91 | 0.34 | 0.62 |
| Hex | BF | 94 | 7D | 0 | 17 | 23 | 19 | 15 | 22 | 3E |
| Octal | 277 | 224 | 175 | 0 | 27 | 43 | 31 | 25 | 42 | 76 |
| Binary | 10111111 | 10010100 | 1111101 | 0 | 10111 | 100011 | 11001 | 10101 | 100010 | 111110 |
Color Harmonies of #BF947D
Complementary color
Monochromatic Colors of #BF947D
Black with #BF947D
Text Example
Text Example
White with #BF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF947D; }
p { color: rgb(191,148,125); }
H1.HeaderClassName
{
color: #BF947D;
}
.AnyTagClassName
{
color: #BF947D;
}
</style>
background-color css
<style>
a { background-color: #BF947D; }
a { background-color: rgb(191,148,125); }
div.DivClassName
{
background-color: #BF947D;
}
.BgClassName
{
background-color: #BF947D;
}
</style>
border-color css
<style>
span { border-color: #BF947D; }
span { border-color: rgb(191,148,125); }
td.TdClassName
{
border-color: #BF947D;
}
.TagClassName
{
border-color: #BF947D;
}
</style>