Shades of Pale Taupe #BE997C
Tints of Pale Taupe #BE997C
RGB
CMYK
RGB Variations
Color information
#BE997C (or 0xBE997C) is known color: Pale Taupe. HEX triplet: BE, 99 and 7C. RGB value is (190,153,124). Sum of RGB (Red+Green+Blue) = 190+153+124=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE997C is #416683. Grayscale: #A0A0A0. Windows color (decimal): -4286084 or 8165822. OLE color: 8165822.
HSL color Cylindrical-coordinate representation of color #BE997C: hue angle of 26.36º 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 #BE997C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 124 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.25 |
| HSL | 26.36º | 0.34% | 0.62% | - |
| HSV(B) | 26.36º | 0.35% | 0.75% | - |
| XYZ | 36.26 | 35.18 | 23.95 | - |
| YUV | 160.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 124 | 0 | 0.19 | 0.35 | 0.25 | 26.36 | 0.34 | 0.62 |
| Hex | BE | 99 | 7C | 0 | 13 | 23 | 19 | 1A | 22 | 3E |
| Octal | 276 | 231 | 174 | 0 | 23 | 43 | 31 | 32 | 42 | 76 |
| Binary | 10111110 | 10011001 | 1111100 | 0 | 10011 | 100011 | 11001 | 11010 | 100010 | 111110 |
Color Harmonies of #BE997C
Complementary color
Monochromatic Colors of #BE997C
Black with #BE997C
Text Example
Text Example
White with #BE997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE997C; }
p { color: rgb(190,153,124); }
H1.HeaderClassName
{
color: #BE997C;
}
.AnyTagClassName
{
color: #BE997C;
}
</style>
background-color css
<style>
a { background-color: #BE997C; }
a { background-color: rgb(190,153,124); }
div.DivClassName
{
background-color: #BE997C;
}
.BgClassName
{
background-color: #BE997C;
}
</style>
border-color css
<style>
span { border-color: #BE997C; }
span { border-color: rgb(190,153,124); }
td.TdClassName
{
border-color: #BE997C;
}
.TagClassName
{
border-color: #BE997C;
}
</style>