Shades of Sundance #BEAC4A
Tints of Sundance #BEAC4A
RGB
CMYK
RGB Variations
Color information
#BEAC4A (or 0xBEAC4A) is known color: Sundance. HEX triplet: BE, AC and 4A. RGB value is (190,172,74). Sum of RGB (Red+Green+Blue) = 190+172+74=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC4A is #4153B5. Grayscale: #A6A6A6. Windows color (decimal): -4281270 or 4893886. OLE color: 4893886.
HSL color Cylindrical-coordinate representation of color #BEAC4A: hue angle of 50.69º 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 #BEAC4A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 74 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.25 |
| HSL | 50.69º | 0.47% | 0.52% | - |
| HSV(B) | 50.69º | 0.61% | 0.75% | - |
| XYZ | 37.22 | 40.95 | 12.42 | - |
| YUV | 166.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 74 | 0 | 0.09 | 0.61 | 0.25 | 50.69 | 0.47 | 0.52 |
| Hex | BE | AC | 4A | 0 | 9 | 3D | 19 | 33 | 2F | 34 |
| Octal | 276 | 254 | 112 | 0 | 11 | 75 | 31 | 63 | 57 | 64 |
| Binary | 10111110 | 10101100 | 1001010 | 0 | 1001 | 111101 | 11001 | 110011 | 101111 | 110100 |
Color Harmonies of #BEAC4A
Complementary color
Monochromatic Colors of #BEAC4A
Black with #BEAC4A
Text Example
Text Example
White with #BEAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC4A; }
p { color: rgb(190,172,74); }
H1.HeaderClassName
{
color: #BEAC4A;
}
.AnyTagClassName
{
color: #BEAC4A;
}
</style>
background-color css
<style>
a { background-color: #BEAC4A; }
a { background-color: rgb(190,172,74); }
div.DivClassName
{
background-color: #BEAC4A;
}
.BgClassName
{
background-color: #BEAC4A;
}
</style>
border-color css
<style>
span { border-color: #BEAC4A; }
span { border-color: rgb(190,172,74); }
td.TdClassName
{
border-color: #BEAC4A;
}
.TagClassName
{
border-color: #BEAC4A;
}
</style>