Shades of Sundance #BEA24E
Tints of Sundance #BEA24E
RGB
CMYK
RGB Variations
Color information
#BEA24E (or 0xBEA24E) is known color: Sundance. HEX triplet: BE, A2 and 4E. RGB value is (190,162,78). Sum of RGB (Red+Green+Blue) = 190+162+78=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA24E is #415DB1. Grayscale: #A1A1A1. Windows color (decimal): -4283826 or 5153470. OLE color: 5153470.
HSL color Cylindrical-coordinate representation of color #BEA24E: hue angle of 45º 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 #BEA24E is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 78 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.25 |
| HSL | 45º | 0.46% | 0.53% | - |
| HSV(B) | 45º | 0.59% | 0.75% | - |
| XYZ | 35.53 | 37.34 | 12.54 | - |
| YUV | 160.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 78 | 0 | 0.15 | 0.59 | 0.25 | 45 | 0.46 | 0.53 |
| Hex | BE | A2 | 4E | 0 | F | 3B | 19 | 2D | 2E | 35 |
| Octal | 276 | 242 | 116 | 0 | 17 | 73 | 31 | 55 | 56 | 65 |
| Binary | 10111110 | 10100010 | 1001110 | 0 | 1111 | 111011 | 11001 | 101101 | 101110 | 110101 |
Color Harmonies of #BEA24E
Complementary color
Monochromatic Colors of #BEA24E
Black with #BEA24E
Text Example
Text Example
White with #BEA24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA24E; }
p { color: rgb(190,162,78); }
H1.HeaderClassName
{
color: #BEA24E;
}
.AnyTagClassName
{
color: #BEA24E;
}
</style>
background-color css
<style>
a { background-color: #BEA24E; }
a { background-color: rgb(190,162,78); }
div.DivClassName
{
background-color: #BEA24E;
}
.BgClassName
{
background-color: #BEA24E;
}
</style>
border-color css
<style>
span { border-color: #BEA24E; }
span { border-color: rgb(190,162,78); }
td.TdClassName
{
border-color: #BEA24E;
}
.TagClassName
{
border-color: #BEA24E;
}
</style>