Shades of Pale Taupe #BF9578
Tints of Pale Taupe #BF9578
RGB
CMYK
RGB Variations
Color information
#BF9578 (or 0xBF9578) is known color: Pale Taupe. HEX triplet: BF, 95 and 78. RGB value is (191,149,120). Sum of RGB (Red+Green+Blue) = 191+149+120=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9578 is #406A87. Grayscale: #9E9E9E. Windows color (decimal): -4221576 or 7902655. OLE color: 7902655.
HSL color Cylindrical-coordinate representation of color #BF9578: hue angle of 24.51º 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 #BF9578 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 149 | 120 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.25 |
| HSL | 24.51º | 0.36% | 0.61% | - |
| HSV(B) | 24.51º | 0.37% | 0.75% | - |
| XYZ | 35.62 | 33.93 | 22.44 | - |
| YUV | 158.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 149 | 120 | 0 | 0.22 | 0.37 | 0.25 | 24.51 | 0.36 | 0.61 |
| Hex | BF | 95 | 78 | 0 | 16 | 25 | 19 | 19 | 24 | 3D |
| Octal | 277 | 225 | 170 | 0 | 26 | 45 | 31 | 31 | 44 | 75 |
| Binary | 10111111 | 10010101 | 1111000 | 0 | 10110 | 100101 | 11001 | 11001 | 100100 | 111101 |
Color Harmonies of #BF9578
Complementary color
Monochromatic Colors of #BF9578
Black with #BF9578
Text Example
Text Example
White with #BF9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9578; }
p { color: rgb(191,149,120); }
H1.HeaderClassName
{
color: #BF9578;
}
.AnyTagClassName
{
color: #BF9578;
}
</style>
background-color css
<style>
a { background-color: #BF9578; }
a { background-color: rgb(191,149,120); }
div.DivClassName
{
background-color: #BF9578;
}
.BgClassName
{
background-color: #BF9578;
}
</style>
border-color css
<style>
span { border-color: #BF9578; }
span { border-color: rgb(191,149,120); }
td.TdClassName
{
border-color: #BF9578;
}
.TagClassName
{
border-color: #BF9578;
}
</style>