Shades of Pale Taupe #BF9777
Tints of Pale Taupe #BF9777
RGB
CMYK
RGB Variations
Color information
#BF9777 (or 0xBF9777) is known color: Pale Taupe. HEX triplet: BF, 97 and 77. RGB value is (191,151,119). Sum of RGB (Red+Green+Blue) = 191+151+119=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9777 is #406888. Grayscale: #9F9F9F. Windows color (decimal): -4221065 or 7837631. OLE color: 7837631.
HSL color Cylindrical-coordinate representation of color #BF9777: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF9777 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 119 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.25 |
| HSL | 26.67º | 0.36% | 0.61% | - |
| HSV(B) | 26.67º | 0.38% | 0.75% | - |
| XYZ | 35.88 | 34.54 | 22.23 | - |
| YUV | 159.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 119 | 0 | 0.21 | 0.38 | 0.25 | 26.67 | 0.36 | 0.61 |
| Hex | BF | 97 | 77 | 0 | 15 | 26 | 19 | 1B | 24 | 3D |
| Octal | 277 | 227 | 167 | 0 | 25 | 46 | 31 | 33 | 44 | 75 |
| Binary | 10111111 | 10010111 | 1110111 | 0 | 10101 | 100110 | 11001 | 11011 | 100100 | 111101 |
Color Harmonies of #BF9777
Complementary color
Monochromatic Colors of #BF9777
Black with #BF9777
Text Example
Text Example
White with #BF9777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9777; }
p { color: rgb(191,151,119); }
H1.HeaderClassName
{
color: #BF9777;
}
.AnyTagClassName
{
color: #BF9777;
}
</style>
background-color css
<style>
a { background-color: #BF9777; }
a { background-color: rgb(191,151,119); }
div.DivClassName
{
background-color: #BF9777;
}
.BgClassName
{
background-color: #BF9777;
}
</style>
border-color css
<style>
span { border-color: #BF9777; }
span { border-color: rgb(191,151,119); }
td.TdClassName
{
border-color: #BF9777;
}
.TagClassName
{
border-color: #BF9777;
}
</style>