Shades of Pale Taupe #BF997F
Tints of Pale Taupe #BF997F
RGB
CMYK
RGB Variations
Color information
#BF997F (or 0xBF997F) is known color: Pale Taupe. HEX triplet: BF, 99 and 7F. RGB value is (191,153,127). Sum of RGB (Red+Green+Blue) = 191+153+127=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF997F is #406680. Grayscale: #A1A1A1. Windows color (decimal): -4220545 or 8362431. OLE color: 8362431.
HSL color Cylindrical-coordinate representation of color #BF997F: hue angle of 24.38º 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 #BF997F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 127 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.25 |
| HSL | 24.38º | 0.33% | 0.62% | - |
| HSV(B) | 24.38º | 0.34% | 0.75% | - |
| XYZ | 36.71 | 35.39 | 24.98 | - |
| YUV | 161.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 127 | 0 | 0.20 | 0.34 | 0.25 | 24.38 | 0.33 | 0.62 |
| Hex | BF | 99 | 7F | 0 | 14 | 22 | 19 | 18 | 21 | 3E |
| Octal | 277 | 231 | 177 | 0 | 24 | 42 | 31 | 30 | 41 | 76 |
| Binary | 10111111 | 10011001 | 1111111 | 0 | 10100 | 100010 | 11001 | 11000 | 100001 | 111110 |
Color Harmonies of #BF997F
Complementary color
Monochromatic Colors of #BF997F
Black with #BF997F
Text Example
Text Example
White with #BF997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF997F; }
p { color: rgb(191,153,127); }
H1.HeaderClassName
{
color: #BF997F;
}
.AnyTagClassName
{
color: #BF997F;
}
</style>
background-color css
<style>
a { background-color: #BF997F; }
a { background-color: rgb(191,153,127); }
div.DivClassName
{
background-color: #BF997F;
}
.BgClassName
{
background-color: #BF997F;
}
</style>
border-color css
<style>
span { border-color: #BF997F; }
span { border-color: rgb(191,153,127); }
td.TdClassName
{
border-color: #BF997F;
}
.TagClassName
{
border-color: #BF997F;
}
</style>