Shades of Sundance #BEA64E
Tints of Sundance #BEA64E
RGB
CMYK
RGB Variations
Color information
#BEA64E (or 0xBEA64E) is known color: Sundance. HEX triplet: BE, A6 and 4E. RGB value is (190,166,78). Sum of RGB (Red+Green+Blue) = 190+166+78=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA64E is #4159B1. Grayscale: #A3A3A3. Windows color (decimal): -4282802 or 5154494. OLE color: 5154494.
HSL color Cylindrical-coordinate representation of color #BEA64E: hue angle of 47.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEA64E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 78 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.25 |
| HSL | 47.14º | 0.46% | 0.53% | - |
| HSV(B) | 47.14º | 0.59% | 0.75% | - |
| XYZ | 36.25 | 38.77 | 12.78 | - |
| YUV | 163.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 78 | 0 | 0.13 | 0.59 | 0.25 | 47.14 | 0.46 | 0.53 |
| Hex | BE | A6 | 4E | 0 | D | 3B | 19 | 2F | 2E | 35 |
| Octal | 276 | 246 | 116 | 0 | 15 | 73 | 31 | 57 | 56 | 65 |
| Binary | 10111110 | 10100110 | 1001110 | 0 | 1101 | 111011 | 11001 | 101111 | 101110 | 110101 |
Color Harmonies of #BEA64E
Complementary color
Monochromatic Colors of #BEA64E
Black with #BEA64E
Text Example
Text Example
White with #BEA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA64E; }
p { color: rgb(190,166,78); }
H1.HeaderClassName
{
color: #BEA64E;
}
.AnyTagClassName
{
color: #BEA64E;
}
</style>
background-color css
<style>
a { background-color: #BEA64E; }
a { background-color: rgb(190,166,78); }
div.DivClassName
{
background-color: #BEA64E;
}
.BgClassName
{
background-color: #BEA64E;
}
</style>
border-color css
<style>
span { border-color: #BEA64E; }
span { border-color: rgb(190,166,78); }
td.TdClassName
{
border-color: #BEA64E;
}
.TagClassName
{
border-color: #BEA64E;
}
</style>