Shades of Pale Taupe #BF9675
Tints of Pale Taupe #BF9675
RGB
CMYK
RGB Variations
Color information
#BF9675 (or 0xBF9675) is known color: Pale Taupe. HEX triplet: BF, 96 and 75. RGB value is (191,150,117). Sum of RGB (Red+Green+Blue) = 191+150+117=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9675 is #40698A. Grayscale: #9E9E9E. Windows color (decimal): -4221323 or 7706303. OLE color: 7706303.
HSL color Cylindrical-coordinate representation of color #BF9675: hue angle of 26.76º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF9675 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 117 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.25 |
| HSL | 26.76º | 0.37% | 0.6% | - |
| HSV(B) | 26.76º | 0.39% | 0.75% | - |
| XYZ | 35.6 | 34.17 | 21.55 | - |
| YUV | 158.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 117 | 0 | 0.21 | 0.39 | 0.25 | 26.76 | 0.37 | 0.6 |
| Hex | BF | 96 | 75 | 0 | 15 | 27 | 19 | 1B | 25 | 3C |
| Octal | 277 | 226 | 165 | 0 | 25 | 47 | 31 | 33 | 45 | 74 |
| Binary | 10111111 | 10010110 | 1110101 | 0 | 10101 | 100111 | 11001 | 11011 | 100101 | 111100 |
Color Harmonies of #BF9675
Complementary color
Monochromatic Colors of #BF9675
Black with #BF9675
Text Example
Text Example
White with #BF9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9675; }
p { color: rgb(191,150,117); }
H1.HeaderClassName
{
color: #BF9675;
}
.AnyTagClassName
{
color: #BF9675;
}
</style>
background-color css
<style>
a { background-color: #BF9675; }
a { background-color: rgb(191,150,117); }
div.DivClassName
{
background-color: #BF9675;
}
.BgClassName
{
background-color: #BF9675;
}
</style>
border-color css
<style>
span { border-color: #BF9675; }
span { border-color: rgb(191,150,117); }
td.TdClassName
{
border-color: #BF9675;
}
.TagClassName
{
border-color: #BF9675;
}
</style>