Shades of Pale Taupe #BF997C
Tints of Pale Taupe #BF997C
RGB
CMYK
RGB Variations
Color information
#BF997C (or 0xBF997C) is known color: Pale Taupe. HEX triplet: BF, 99 and 7C. RGB value is (191,153,124). Sum of RGB (Red+Green+Blue) = 191+153+124=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF997C is #406683. Grayscale: #A1A1A1. Windows color (decimal): -4220548 or 8165823. OLE color: 8165823.
HSL color Cylindrical-coordinate representation of color #BF997C: hue angle of 25.97º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF997C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 124 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.25 |
| HSL | 25.97º | 0.34% | 0.62% | - |
| HSV(B) | 25.97º | 0.35% | 0.75% | - |
| XYZ | 36.52 | 35.31 | 23.96 | - |
| YUV | 161.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 124 | 0 | 0.20 | 0.35 | 0.25 | 25.97 | 0.34 | 0.62 |
| Hex | BF | 99 | 7C | 0 | 14 | 23 | 19 | 1A | 22 | 3E |
| Octal | 277 | 231 | 174 | 0 | 24 | 43 | 31 | 32 | 42 | 76 |
| Binary | 10111111 | 10011001 | 1111100 | 0 | 10100 | 100011 | 11001 | 11010 | 100010 | 111110 |
Color Harmonies of #BF997C
Complementary color
Monochromatic Colors of #BF997C
Black with #BF997C
Text Example
Text Example
White with #BF997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF997C; }
p { color: rgb(191,153,124); }
H1.HeaderClassName
{
color: #BF997C;
}
.AnyTagClassName
{
color: #BF997C;
}
</style>
background-color css
<style>
a { background-color: #BF997C; }
a { background-color: rgb(191,153,124); }
div.DivClassName
{
background-color: #BF997C;
}
.BgClassName
{
background-color: #BF997C;
}
</style>
border-color css
<style>
span { border-color: #BF997C; }
span { border-color: rgb(191,153,124); }
td.TdClassName
{
border-color: #BF997C;
}
.TagClassName
{
border-color: #BF997C;
}
</style>