Shades of Sundance #BEA24D
Tints of Sundance #BEA24D
RGB
CMYK
RGB Variations
Color information
#BEA24D (or 0xBEA24D) is known color: Sundance. HEX triplet: BE, A2 and 4D. RGB value is (190,162,77). Sum of RGB (Red+Green+Blue) = 190+162+77=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA24D is #415DB2. Grayscale: #A1A1A1. Windows color (decimal): -4283827 or 5087934. OLE color: 5087934.
HSL color Cylindrical-coordinate representation of color #BEA24D: hue angle of 45.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEA24D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 77 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.25 |
| HSL | 45.13º | 0.47% | 0.52% | - |
| HSV(B) | 45.13º | 0.59% | 0.75% | - |
| XYZ | 35.5 | 37.32 | 12.35 | - |
| YUV | 160.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 77 | 0 | 0.15 | 0.59 | 0.25 | 45.13 | 0.47 | 0.52 |
| Hex | BE | A2 | 4D | 0 | F | 3B | 19 | 2D | 2F | 34 |
| Octal | 276 | 242 | 115 | 0 | 17 | 73 | 31 | 55 | 57 | 64 |
| Binary | 10111110 | 10100010 | 1001101 | 0 | 1111 | 111011 | 11001 | 101101 | 101111 | 110100 |
Color Harmonies of #BEA24D
Complementary color
Monochromatic Colors of #BEA24D
Black with #BEA24D
Text Example
Text Example
White with #BEA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA24D; }
p { color: rgb(190,162,77); }
H1.HeaderClassName
{
color: #BEA24D;
}
.AnyTagClassName
{
color: #BEA24D;
}
</style>
background-color css
<style>
a { background-color: #BEA24D; }
a { background-color: rgb(190,162,77); }
div.DivClassName
{
background-color: #BEA24D;
}
.BgClassName
{
background-color: #BEA24D;
}
</style>
border-color css
<style>
span { border-color: #BEA24D; }
span { border-color: rgb(190,162,77); }
td.TdClassName
{
border-color: #BEA24D;
}
.TagClassName
{
border-color: #BEA24D;
}
</style>