Shades of Pale Taupe #BF937E
Tints of Pale Taupe #BF937E
RGB
CMYK
RGB Variations
Color information
#BF937E (or 0xBF937E) is known color: Pale Taupe. HEX triplet: BF, 93 and 7E. RGB value is (191,147,126). Sum of RGB (Red+Green+Blue) = 191+147+126=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF937E is #406C81. Grayscale: #9D9D9D. Windows color (decimal): -4222082 or 8295359. OLE color: 8295359.
HSL color Cylindrical-coordinate representation of color #BF937E: hue angle of 19.38º degrees, saturation: 0.34, 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 #BF937E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 126 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.25 |
| HSL | 19.38º | 0.34% | 0.62% | - |
| HSV(B) | 19.38º | 0.34% | 0.75% | - |
| XYZ | 35.69 | 33.45 | 24.31 | - |
| YUV | 157.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 126 | 0 | 0.23 | 0.34 | 0.25 | 19.38 | 0.34 | 0.62 |
| Hex | BF | 93 | 7E | 0 | 17 | 22 | 19 | 13 | 22 | 3E |
| Octal | 277 | 223 | 176 | 0 | 27 | 42 | 31 | 23 | 42 | 76 |
| Binary | 10111111 | 10010011 | 1111110 | 0 | 10111 | 100010 | 11001 | 10011 | 100010 | 111110 |
Color Harmonies of #BF937E
Complementary color
Monochromatic Colors of #BF937E
Black with #BF937E
Text Example
Text Example
White with #BF937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF937E; }
p { color: rgb(191,147,126); }
H1.HeaderClassName
{
color: #BF937E;
}
.AnyTagClassName
{
color: #BF937E;
}
</style>
background-color css
<style>
a { background-color: #BF937E; }
a { background-color: rgb(191,147,126); }
div.DivClassName
{
background-color: #BF937E;
}
.BgClassName
{
background-color: #BF937E;
}
</style>
border-color css
<style>
span { border-color: #BF937E; }
span { border-color: rgb(191,147,126); }
td.TdClassName
{
border-color: #BF937E;
}
.TagClassName
{
border-color: #BF937E;
}
</style>