Shades of Pale Taupe #BE9F7C
Tints of Pale Taupe #BE9F7C
RGB
CMYK
RGB Variations
Color information
#BE9F7C (or 0xBE9F7C) is known color: Pale Taupe. HEX triplet: BE, 9F and 7C. RGB value is (190,159,124). Sum of RGB (Red+Green+Blue) = 190+159+124=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F7C is #416083. Grayscale: #A4A4A4. Windows color (decimal): -4284548 or 8167358. OLE color: 8167358.
HSL color Cylindrical-coordinate representation of color #BE9F7C: hue angle of 31.82º 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 #BE9F7C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 159 | 124 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.25 |
| HSL | 31.82º | 0.34% | 0.62% | - |
| HSV(B) | 31.82º | 0.35% | 0.75% | - |
| XYZ | 37.27 | 37.2 | 24.28 | - |
| YUV | 164.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 159 | 124 | 0 | 0.16 | 0.35 | 0.25 | 31.82 | 0.34 | 0.62 |
| Hex | BE | 9F | 7C | 0 | 10 | 23 | 19 | 20 | 22 | 3E |
| Octal | 276 | 237 | 174 | 0 | 20 | 43 | 31 | 40 | 42 | 76 |
| Binary | 10111110 | 10011111 | 1111100 | 0 | 10000 | 100011 | 11001 | 100000 | 100010 | 111110 |
Color Harmonies of #BE9F7C
Complementary color
Monochromatic Colors of #BE9F7C
Black with #BE9F7C
Text Example
Text Example
White with #BE9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9F7C; }
p { color: rgb(190,159,124); }
H1.HeaderClassName
{
color: #BE9F7C;
}
.AnyTagClassName
{
color: #BE9F7C;
}
</style>
background-color css
<style>
a { background-color: #BE9F7C; }
a { background-color: rgb(190,159,124); }
div.DivClassName
{
background-color: #BE9F7C;
}
.BgClassName
{
background-color: #BE9F7C;
}
</style>
border-color css
<style>
span { border-color: #BE9F7C; }
span { border-color: rgb(190,159,124); }
td.TdClassName
{
border-color: #BE9F7C;
}
.TagClassName
{
border-color: #BE9F7C;
}
</style>