Shades of Sundance #BEAA4A
Tints of Sundance #BEAA4A
RGB
CMYK
RGB Variations
Color information
#BEAA4A (or 0xBEAA4A) is known color: Sundance. HEX triplet: BE, AA and 4A. RGB value is (190,170,74). Sum of RGB (Red+Green+Blue) = 190+170+74=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA4A is #4155B5. Grayscale: #A5A5A5. Windows color (decimal): -4281782 or 4893374. OLE color: 4893374.
HSL color Cylindrical-coordinate representation of color #BEAA4A: hue angle of 49.66º 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 #BEAA4A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 74 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.25 |
| HSL | 49.66º | 0.47% | 0.52% | - |
| HSV(B) | 49.66º | 0.61% | 0.75% | - |
| XYZ | 36.85 | 40.19 | 12.29 | - |
| YUV | 165.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 74 | 0 | 0.11 | 0.61 | 0.25 | 49.66 | 0.47 | 0.52 |
| Hex | BE | AA | 4A | 0 | B | 3D | 19 | 32 | 2F | 34 |
| Octal | 276 | 252 | 112 | 0 | 13 | 75 | 31 | 62 | 57 | 64 |
| Binary | 10111110 | 10101010 | 1001010 | 0 | 1011 | 111101 | 11001 | 110010 | 101111 | 110100 |
Color Harmonies of #BEAA4A
Complementary color
Monochromatic Colors of #BEAA4A
Black with #BEAA4A
Text Example
Text Example
White with #BEAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA4A; }
p { color: rgb(190,170,74); }
H1.HeaderClassName
{
color: #BEAA4A;
}
.AnyTagClassName
{
color: #BEAA4A;
}
</style>
background-color css
<style>
a { background-color: #BEAA4A; }
a { background-color: rgb(190,170,74); }
div.DivClassName
{
background-color: #BEAA4A;
}
.BgClassName
{
background-color: #BEAA4A;
}
</style>
border-color css
<style>
span { border-color: #BEAA4A; }
span { border-color: rgb(190,170,74); }
td.TdClassName
{
border-color: #BEAA4A;
}
.TagClassName
{
border-color: #BEAA4A;
}
</style>