Shades of Pale Taupe #BE9E7D
Tints of Pale Taupe #BE9E7D
RGB
CMYK
RGB Variations
Color information
#BE9E7D (or 0xBE9E7D) is known color: Pale Taupe. HEX triplet: BE, 9E and 7D. RGB value is (190,158,125). Sum of RGB (Red+Green+Blue) = 190+158+125=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E7D is #416182. Grayscale: #A3A3A3. Windows color (decimal): -4284803 or 8232638. OLE color: 8232638.
HSL color Cylindrical-coordinate representation of color #BE9E7D: hue angle of 30.46º degrees, saturation: 0.33, 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 #BE9E7D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 125 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.25 |
| HSL | 30.46º | 0.33% | 0.62% | - |
| HSV(B) | 30.46º | 0.34% | 0.75% | - |
| XYZ | 37.16 | 36.88 | 24.56 | - |
| YUV | 163.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 125 | 0 | 0.17 | 0.34 | 0.25 | 30.46 | 0.33 | 0.62 |
| Hex | BE | 9E | 7D | 0 | 11 | 22 | 19 | 1E | 21 | 3E |
| Octal | 276 | 236 | 175 | 0 | 21 | 42 | 31 | 36 | 41 | 76 |
| Binary | 10111110 | 10011110 | 1111101 | 0 | 10001 | 100010 | 11001 | 11110 | 100001 | 111110 |
Color Harmonies of #BE9E7D
Complementary color
Monochromatic Colors of #BE9E7D
Black with #BE9E7D
Text Example
Text Example
White with #BE9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E7D; }
p { color: rgb(190,158,125); }
H1.HeaderClassName
{
color: #BE9E7D;
}
.AnyTagClassName
{
color: #BE9E7D;
}
</style>
background-color css
<style>
a { background-color: #BE9E7D; }
a { background-color: rgb(190,158,125); }
div.DivClassName
{
background-color: #BE9E7D;
}
.BgClassName
{
background-color: #BE9E7D;
}
</style>
border-color css
<style>
span { border-color: #BE9E7D; }
span { border-color: rgb(190,158,125); }
td.TdClassName
{
border-color: #BE9E7D;
}
.TagClassName
{
border-color: #BE9E7D;
}
</style>