Shades of Sundance #BEAC4E
Tints of Sundance #BEAC4E
RGB
CMYK
RGB Variations
Color information
#BEAC4E (or 0xBEAC4E) is known color: Sundance. HEX triplet: BE, AC and 4E. RGB value is (190,172,78). Sum of RGB (Red+Green+Blue) = 190+172+78=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC4E is #4153B1. Grayscale: #A7A7A7. Windows color (decimal): -4281266 or 5156030. OLE color: 5156030.
HSL color Cylindrical-coordinate representation of color #BEAC4E: hue angle of 50.36º 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 #BEAC4E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 78 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.25 |
| HSL | 50.36º | 0.46% | 0.53% | - |
| HSV(B) | 50.36º | 0.59% | 0.75% | - |
| XYZ | 37.36 | 41 | 13.15 | - |
| YUV | 166.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 78 | 0 | 0.09 | 0.59 | 0.25 | 50.36 | 0.46 | 0.53 |
| Hex | BE | AC | 4E | 0 | 9 | 3B | 19 | 32 | 2E | 35 |
| Octal | 276 | 254 | 116 | 0 | 11 | 73 | 31 | 62 | 56 | 65 |
| Binary | 10111110 | 10101100 | 1001110 | 0 | 1001 | 111011 | 11001 | 110010 | 101110 | 110101 |
Color Harmonies of #BEAC4E
Complementary color
Monochromatic Colors of #BEAC4E
Black with #BEAC4E
Text Example
Text Example
White with #BEAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC4E; }
p { color: rgb(190,172,78); }
H1.HeaderClassName
{
color: #BEAC4E;
}
.AnyTagClassName
{
color: #BEAC4E;
}
</style>
background-color css
<style>
a { background-color: #BEAC4E; }
a { background-color: rgb(190,172,78); }
div.DivClassName
{
background-color: #BEAC4E;
}
.BgClassName
{
background-color: #BEAC4E;
}
</style>
border-color css
<style>
span { border-color: #BEAC4E; }
span { border-color: rgb(190,172,78); }
td.TdClassName
{
border-color: #BEAC4E;
}
.TagClassName
{
border-color: #BEAC4E;
}
</style>