Shades of Pale Taupe #BE9A77
Tints of Pale Taupe #BE9A77
RGB
CMYK
RGB Variations
Color information
#BE9A77 (or 0xBE9A77) is known color: Pale Taupe. HEX triplet: BE, 9A and 77. RGB value is (190,154,119). Sum of RGB (Red+Green+Blue) = 190+154+119=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A77 is #416588. Grayscale: #A0A0A0. Windows color (decimal): -4285833 or 7838398. OLE color: 7838398.
HSL color Cylindrical-coordinate representation of color #BE9A77: hue angle of 29.58º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9A77 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 119 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.25 |
| HSL | 29.58º | 0.35% | 0.61% | - |
| HSV(B) | 29.58º | 0.37% | 0.75% | - |
| XYZ | 36.12 | 35.39 | 22.38 | - |
| YUV | 160.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 119 | 0 | 0.19 | 0.37 | 0.25 | 29.58 | 0.35 | 0.61 |
| Hex | BE | 9A | 77 | 0 | 13 | 25 | 19 | 1E | 23 | 3D |
| Octal | 276 | 232 | 167 | 0 | 23 | 45 | 31 | 36 | 43 | 75 |
| Binary | 10111110 | 10011010 | 1110111 | 0 | 10011 | 100101 | 11001 | 11110 | 100011 | 111101 |
Color Harmonies of #BE9A77
Complementary color
Monochromatic Colors of #BE9A77
Black with #BE9A77
Text Example
Text Example
White with #BE9A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A77; }
p { color: rgb(190,154,119); }
H1.HeaderClassName
{
color: #BE9A77;
}
.AnyTagClassName
{
color: #BE9A77;
}
</style>
background-color css
<style>
a { background-color: #BE9A77; }
a { background-color: rgb(190,154,119); }
div.DivClassName
{
background-color: #BE9A77;
}
.BgClassName
{
background-color: #BE9A77;
}
</style>
border-color css
<style>
span { border-color: #BE9A77; }
span { border-color: rgb(190,154,119); }
td.TdClassName
{
border-color: #BE9A77;
}
.TagClassName
{
border-color: #BE9A77;
}
</style>