Shades of Pale Taupe #BE977A
Tints of Pale Taupe #BE977A
RGB
CMYK
RGB Variations
Color information
#BE977A (or 0xBE977A) is known color: Pale Taupe. HEX triplet: BE, 97 and 7A. RGB value is (190,151,122). Sum of RGB (Red+Green+Blue) = 190+151+122=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE977A is #416885. Grayscale: #9F9F9F. Windows color (decimal): -4286598 or 8034238. OLE color: 8034238.
HSL color Cylindrical-coordinate representation of color #BE977A: hue angle of 25.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE977A is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 151 | 122 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.25 |
| HSL | 25.59º | 0.34% | 0.61% | - |
| HSV(B) | 25.59º | 0.36% | 0.75% | - |
| XYZ | 35.81 | 34.49 | 23.18 | - |
| YUV | 159.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 151 | 122 | 0 | 0.21 | 0.36 | 0.25 | 25.59 | 0.34 | 0.61 |
| Hex | BE | 97 | 7A | 0 | 15 | 24 | 19 | 1A | 22 | 3D |
| Octal | 276 | 227 | 172 | 0 | 25 | 44 | 31 | 32 | 42 | 75 |
| Binary | 10111110 | 10010111 | 1111010 | 0 | 10101 | 100100 | 11001 | 11010 | 100010 | 111101 |
Color Harmonies of #BE977A
Complementary color
Monochromatic Colors of #BE977A
Black with #BE977A
Text Example
Text Example
White with #BE977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE977A; }
p { color: rgb(190,151,122); }
H1.HeaderClassName
{
color: #BE977A;
}
.AnyTagClassName
{
color: #BE977A;
}
</style>
background-color css
<style>
a { background-color: #BE977A; }
a { background-color: rgb(190,151,122); }
div.DivClassName
{
background-color: #BE977A;
}
.BgClassName
{
background-color: #BE977A;
}
</style>
border-color css
<style>
span { border-color: #BE977A; }
span { border-color: rgb(190,151,122); }
td.TdClassName
{
border-color: #BE977A;
}
.TagClassName
{
border-color: #BE977A;
}
</style>