Shades of Pale Taupe #BF977C
Tints of Pale Taupe #BF977C
RGB
CMYK
RGB Variations
Color information
#BF977C (or 0xBF977C) is known color: Pale Taupe. HEX triplet: BF, 97 and 7C. RGB value is (191,151,124). Sum of RGB (Red+Green+Blue) = 191+151+124=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF977C is #406883. Grayscale: #A0A0A0. Windows color (decimal): -4221060 or 8165311. OLE color: 8165311.
HSL color Cylindrical-coordinate representation of color #BF977C: hue angle of 24.18º 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 #BF977C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 124 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.25 |
| HSL | 24.18º | 0.34% | 0.62% | - |
| HSV(B) | 24.18º | 0.35% | 0.75% | - |
| XYZ | 36.19 | 34.66 | 23.85 | - |
| YUV | 159.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 124 | 0 | 0.21 | 0.35 | 0.25 | 24.18 | 0.34 | 0.62 |
| Hex | BF | 97 | 7C | 0 | 15 | 23 | 19 | 18 | 22 | 3E |
| Octal | 277 | 227 | 174 | 0 | 25 | 43 | 31 | 30 | 42 | 76 |
| Binary | 10111111 | 10010111 | 1111100 | 0 | 10101 | 100011 | 11001 | 11000 | 100010 | 111110 |
Color Harmonies of #BF977C
Complementary color
Monochromatic Colors of #BF977C
Black with #BF977C
Text Example
Text Example
White with #BF977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF977C; }
p { color: rgb(191,151,124); }
H1.HeaderClassName
{
color: #BF977C;
}
.AnyTagClassName
{
color: #BF977C;
}
</style>
background-color css
<style>
a { background-color: #BF977C; }
a { background-color: rgb(191,151,124); }
div.DivClassName
{
background-color: #BF977C;
}
.BgClassName
{
background-color: #BF977C;
}
</style>
border-color css
<style>
span { border-color: #BF977C; }
span { border-color: rgb(191,151,124); }
td.TdClassName
{
border-color: #BF977C;
}
.TagClassName
{
border-color: #BF977C;
}
</style>