Shades of Pale Taupe #BF9F7F
Tints of Pale Taupe #BF9F7F
RGB
CMYK
RGB Variations
Color information
#BF9F7F (or 0xBF9F7F) is known color: Pale Taupe. HEX triplet: BF, 9F and 7F. RGB value is (191,159,127). Sum of RGB (Red+Green+Blue) = 191+159+127=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F7F is #406080. Grayscale: #A5A5A5. Windows color (decimal): -4219009 or 8363967. OLE color: 8363967.
HSL color Cylindrical-coordinate representation of color #BF9F7F: hue angle of 30º degrees, saturation: 0.33, 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 #BF9F7F is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 159 | 127 | - |
CMYK | 0 | 0.17 | 0.34 | 0.25 |
HSL | 30º | 0.33% | 0.62% | - |
HSV(B) | 30º | 0.34% | 0.75% | - |
XYZ | 37.71 | 37.4 | 25.31 | - |
YUV | 164.92 | 106.6 | 146.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 159 | 127 | 0 | 0.17 | 0.34 | 0.25 | 30 | 0.33 | 0.62 |
Hex | BF | 9F | 7F | 0 | 11 | 22 | 19 | 1E | 21 | 3E |
Octal | 277 | 237 | 177 | 0 | 21 | 42 | 31 | 36 | 41 | 76 |
Binary | 10111111 | 10011111 | 1111111 | 0 | 10001 | 100010 | 11001 | 11110 | 100001 | 111110 |
Color Harmonies of #BF9F7F
Complementary color
Monochromatic Colors of #BF9F7F
Black with #BF9F7F
Text Example
Text Example
White with #BF9F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F7F; }
p { color: rgb(191,159,127); }
H1.HeaderClassName
{
color: #BF9F7F;
}
.AnyTagClassName
{
color: #BF9F7F;
}
</style>
background-color css
<style>
a { background-color: #BF9F7F; }
a { background-color: rgb(191,159,127); }
div.DivClassName
{
background-color: #BF9F7F;
}
.BgClassName
{
background-color: #BF9F7F;
}
</style>
border-color css
<style>
span { border-color: #BF9F7F; }
span { border-color: rgb(191,159,127); }
td.TdClassName
{
border-color: #BF9F7F;
}
.TagClassName
{
border-color: #BF9F7F;
}
</style>