Shades of Sundance #BEA24A
Tints of Sundance #BEA24A
RGB
CMYK
RGB Variations
Color information
#BEA24A (or 0xBEA24A) is known color: Sundance. HEX triplet: BE, A2 and 4A. RGB value is (190,162,74). Sum of RGB (Red+Green+Blue) = 190+162+74=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA24A is #415DB5. Grayscale: #A0A0A0. Windows color (decimal): -4283830 or 4891326. OLE color: 4891326.
HSL color Cylindrical-coordinate representation of color #BEA24A: hue angle of 45.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEA24A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 74 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.25 |
| HSL | 45.52º | 0.47% | 0.52% | - |
| HSV(B) | 45.52º | 0.61% | 0.75% | - |
| XYZ | 35.39 | 37.28 | 11.81 | - |
| YUV | 160.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 74 | 0 | 0.15 | 0.61 | 0.25 | 45.52 | 0.47 | 0.52 |
| Hex | BE | A2 | 4A | 0 | F | 3D | 19 | 2E | 2F | 34 |
| Octal | 276 | 242 | 112 | 0 | 17 | 75 | 31 | 56 | 57 | 64 |
| Binary | 10111110 | 10100010 | 1001010 | 0 | 1111 | 111101 | 11001 | 101110 | 101111 | 110100 |
Color Harmonies of #BEA24A
Complementary color
Monochromatic Colors of #BEA24A
Black with #BEA24A
Text Example
Text Example
White with #BEA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA24A; }
p { color: rgb(190,162,74); }
H1.HeaderClassName
{
color: #BEA24A;
}
.AnyTagClassName
{
color: #BEA24A;
}
</style>
background-color css
<style>
a { background-color: #BEA24A; }
a { background-color: rgb(190,162,74); }
div.DivClassName
{
background-color: #BEA24A;
}
.BgClassName
{
background-color: #BEA24A;
}
</style>
border-color css
<style>
span { border-color: #BEA24A; }
span { border-color: rgb(190,162,74); }
td.TdClassName
{
border-color: #BEA24A;
}
.TagClassName
{
border-color: #BEA24A;
}
</style>