Shades of Pale Taupe #BF937C
Tints of Pale Taupe #BF937C
RGB
CMYK
RGB Variations
Color information
#BF937C (or 0xBF937C) is known color: Pale Taupe. HEX triplet: BF, 93 and 7C. RGB value is (191,147,124). Sum of RGB (Red+Green+Blue) = 191+147+124=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF937C is #406C83. Grayscale: #9D9D9D. Windows color (decimal): -4222084 or 8164287. OLE color: 8164287.
HSL color Cylindrical-coordinate representation of color #BF937C: hue angle of 20.6º 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 #BF937C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 124 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.25 |
| HSL | 20.6º | 0.34% | 0.62% | - |
| HSV(B) | 20.6º | 0.35% | 0.75% | - |
| XYZ | 35.56 | 33.4 | 23.64 | - |
| YUV | 157.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 124 | 0 | 0.23 | 0.35 | 0.25 | 20.6 | 0.34 | 0.62 |
| Hex | BF | 93 | 7C | 0 | 17 | 23 | 19 | 15 | 22 | 3E |
| Octal | 277 | 223 | 174 | 0 | 27 | 43 | 31 | 25 | 42 | 76 |
| Binary | 10111111 | 10010011 | 1111100 | 0 | 10111 | 100011 | 11001 | 10101 | 100010 | 111110 |
Color Harmonies of #BF937C
Complementary color
Monochromatic Colors of #BF937C
Black with #BF937C
Text Example
Text Example
White with #BF937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF937C; }
p { color: rgb(191,147,124); }
H1.HeaderClassName
{
color: #BF937C;
}
.AnyTagClassName
{
color: #BF937C;
}
</style>
background-color css
<style>
a { background-color: #BF937C; }
a { background-color: rgb(191,147,124); }
div.DivClassName
{
background-color: #BF937C;
}
.BgClassName
{
background-color: #BF937C;
}
</style>
border-color css
<style>
span { border-color: #BF937C; }
span { border-color: rgb(191,147,124); }
td.TdClassName
{
border-color: #BF937C;
}
.TagClassName
{
border-color: #BF937C;
}
</style>