Shades of Sundance #BEAA4C
Tints of Sundance #BEAA4C
RGB
CMYK
RGB Variations
Color information
#BEAA4C (or 0xBEAA4C) is known color: Sundance. HEX triplet: BE, AA and 4C. RGB value is (190,170,76). Sum of RGB (Red+Green+Blue) = 190+170+76=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA4C is #4155B3. Grayscale: #A5A5A5. Windows color (decimal): -4281780 or 5024446. OLE color: 5024446.
HSL color Cylindrical-coordinate representation of color #BEAA4C: hue angle of 49.47º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEAA4C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 76 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.25 |
| HSL | 49.47º | 0.47% | 0.52% | - |
| HSV(B) | 49.47º | 0.6% | 0.75% | - |
| XYZ | 36.91 | 40.22 | 12.65 | - |
| YUV | 165.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 76 | 0 | 0.11 | 0.60 | 0.25 | 49.47 | 0.47 | 0.52 |
| Hex | BE | AA | 4C | 0 | B | 3C | 19 | 31 | 2F | 34 |
| Octal | 276 | 252 | 114 | 0 | 13 | 74 | 31 | 61 | 57 | 64 |
| Binary | 10111110 | 10101010 | 1001100 | 0 | 1011 | 111100 | 11001 | 110001 | 101111 | 110100 |
Color Harmonies of #BEAA4C
Complementary color
Monochromatic Colors of #BEAA4C
Black with #BEAA4C
Text Example
Text Example
White with #BEAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA4C; }
p { color: rgb(190,170,76); }
H1.HeaderClassName
{
color: #BEAA4C;
}
.AnyTagClassName
{
color: #BEAA4C;
}
</style>
background-color css
<style>
a { background-color: #BEAA4C; }
a { background-color: rgb(190,170,76); }
div.DivClassName
{
background-color: #BEAA4C;
}
.BgClassName
{
background-color: #BEAA4C;
}
</style>
border-color css
<style>
span { border-color: #BEAA4C; }
span { border-color: rgb(190,170,76); }
td.TdClassName
{
border-color: #BEAA4C;
}
.TagClassName
{
border-color: #BEAA4C;
}
</style>