Shades of Pale Taupe #BF977E
Tints of Pale Taupe #BF977E
RGB
CMYK
RGB Variations
Color information
#BF977E (or 0xBF977E) is known color: Pale Taupe. HEX triplet: BF, 97 and 7E. RGB value is (191,151,126). Sum of RGB (Red+Green+Blue) = 191+151+126=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF977E is #406881. Grayscale: #A0A0A0. Windows color (decimal): -4221058 or 8296383. OLE color: 8296383.
HSL color Cylindrical-coordinate representation of color #BF977E: hue angle of 23.08º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF977E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 126 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.25 |
| HSL | 23.08º | 0.34% | 0.62% | - |
| HSV(B) | 23.08º | 0.34% | 0.75% | - |
| XYZ | 36.32 | 34.72 | 24.53 | - |
| YUV | 160.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 126 | 0 | 0.21 | 0.34 | 0.25 | 23.08 | 0.34 | 0.62 |
| Hex | BF | 97 | 7E | 0 | 15 | 22 | 19 | 17 | 22 | 3E |
| Octal | 277 | 227 | 176 | 0 | 25 | 42 | 31 | 27 | 42 | 76 |
| Binary | 10111111 | 10010111 | 1111110 | 0 | 10101 | 100010 | 11001 | 10111 | 100010 | 111110 |
Color Harmonies of #BF977E
Complementary color
Monochromatic Colors of #BF977E
Black with #BF977E
Text Example
Text Example
White with #BF977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF977E; }
p { color: rgb(191,151,126); }
H1.HeaderClassName
{
color: #BF977E;
}
.AnyTagClassName
{
color: #BF977E;
}
</style>
background-color css
<style>
a { background-color: #BF977E; }
a { background-color: rgb(191,151,126); }
div.DivClassName
{
background-color: #BF977E;
}
.BgClassName
{
background-color: #BF977E;
}
</style>
border-color css
<style>
span { border-color: #BF977E; }
span { border-color: rgb(191,151,126); }
td.TdClassName
{
border-color: #BF977E;
}
.TagClassName
{
border-color: #BF977E;
}
</style>