Shades of Pale Taupe #BF9778
Tints of Pale Taupe #BF9778
RGB
CMYK
RGB Variations
Color information
#BF9778 (or 0xBF9778) is known color: Pale Taupe. HEX triplet: BF, 97 and 78. RGB value is (191,151,120). Sum of RGB (Red+Green+Blue) = 191+151+120=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9778 is #406887. Grayscale: #9F9F9F. Windows color (decimal): -4221064 or 7903167. OLE color: 7903167.
HSL color Cylindrical-coordinate representation of color #BF9778: hue angle of 26.2º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF9778 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 151 | 120 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.25 |
| HSL | 26.2º | 0.36% | 0.61% | - |
| HSV(B) | 26.2º | 0.37% | 0.75% | - |
| XYZ | 35.94 | 34.57 | 22.55 | - |
| YUV | 159.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 120 | 0 | 0.21 | 0.37 | 0.25 | 26.2 | 0.36 | 0.61 |
| Hex | BF | 97 | 78 | 0 | 15 | 25 | 19 | 1A | 24 | 3D |
| Octal | 277 | 227 | 170 | 0 | 25 | 45 | 31 | 32 | 44 | 75 |
| Binary | 10111111 | 10010111 | 1111000 | 0 | 10101 | 100101 | 11001 | 11010 | 100100 | 111101 |
Color Harmonies of #BF9778
Complementary color
Monochromatic Colors of #BF9778
Black with #BF9778
Text Example
Text Example
White with #BF9778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9778; }
p { color: rgb(191,151,120); }
H1.HeaderClassName
{
color: #BF9778;
}
.AnyTagClassName
{
color: #BF9778;
}
</style>
background-color css
<style>
a { background-color: #BF9778; }
a { background-color: rgb(191,151,120); }
div.DivClassName
{
background-color: #BF9778;
}
.BgClassName
{
background-color: #BF9778;
}
</style>
border-color css
<style>
span { border-color: #BF9778; }
span { border-color: rgb(191,151,120); }
td.TdClassName
{
border-color: #BF9778;
}
.TagClassName
{
border-color: #BF9778;
}
</style>