Shades of Sundance #BEAC49
Tints of Sundance #BEAC49
RGB
CMYK
RGB Variations
Color information
#BEAC49 (or 0xBEAC49) is known color: Sundance. HEX triplet: BE, AC and 49. RGB value is (190,172,73). Sum of RGB (Red+Green+Blue) = 190+172+73=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC49 is #4153B6. Grayscale: #A6A6A6. Windows color (decimal): -4281271 or 4828350. OLE color: 4828350.
HSL color Cylindrical-coordinate representation of color #BEAC49: hue angle of 50.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEAC49 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 73 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.25 |
| HSL | 50.77º | 0.47% | 0.52% | - |
| HSV(B) | 50.77º | 0.62% | 0.75% | - |
| XYZ | 37.19 | 40.93 | 12.24 | - |
| YUV | 166.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 73 | 0 | 0.09 | 0.62 | 0.25 | 50.77 | 0.47 | 0.52 |
| Hex | BE | AC | 49 | 0 | 9 | 3E | 19 | 33 | 2F | 34 |
| Octal | 276 | 254 | 111 | 0 | 11 | 76 | 31 | 63 | 57 | 64 |
| Binary | 10111110 | 10101100 | 1001001 | 0 | 1001 | 111110 | 11001 | 110011 | 101111 | 110100 |
Color Harmonies of #BEAC49
Complementary color
Monochromatic Colors of #BEAC49
Black with #BEAC49
Text Example
Text Example
White with #BEAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC49; }
p { color: rgb(190,172,73); }
H1.HeaderClassName
{
color: #BEAC49;
}
.AnyTagClassName
{
color: #BEAC49;
}
</style>
background-color css
<style>
a { background-color: #BEAC49; }
a { background-color: rgb(190,172,73); }
div.DivClassName
{
background-color: #BEAC49;
}
.BgClassName
{
background-color: #BEAC49;
}
</style>
border-color css
<style>
span { border-color: #BEAC49; }
span { border-color: rgb(190,172,73); }
td.TdClassName
{
border-color: #BEAC49;
}
.TagClassName
{
border-color: #BEAC49;
}
</style>