Shades of Sundance #BEA54D
Tints of Sundance #BEA54D
RGB
CMYK
RGB Variations
Color information
#BEA54D (or 0xBEA54D) is known color: Sundance. HEX triplet: BE, A5 and 4D. RGB value is (190,165,77). Sum of RGB (Red+Green+Blue) = 190+165+77=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA54D is #415AB2. Grayscale: #A2A2A2. Windows color (decimal): -4283059 or 5088702. OLE color: 5088702.
HSL color Cylindrical-coordinate representation of color #BEA54D: hue angle of 46.73º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEA54D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 77 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.25 |
| HSL | 46.73º | 0.47% | 0.52% | - |
| HSV(B) | 46.73º | 0.59% | 0.75% | - |
| XYZ | 36.03 | 38.39 | 12.53 | - |
| YUV | 162.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 77 | 0 | 0.13 | 0.59 | 0.25 | 46.73 | 0.47 | 0.52 |
| Hex | BE | A5 | 4D | 0 | D | 3B | 19 | 2F | 2F | 34 |
| Octal | 276 | 245 | 115 | 0 | 15 | 73 | 31 | 57 | 57 | 64 |
| Binary | 10111110 | 10100101 | 1001101 | 0 | 1101 | 111011 | 11001 | 101111 | 101111 | 110100 |
Color Harmonies of #BEA54D
Complementary color
Monochromatic Colors of #BEA54D
Black with #BEA54D
Text Example
Text Example
White with #BEA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA54D; }
p { color: rgb(190,165,77); }
H1.HeaderClassName
{
color: #BEA54D;
}
.AnyTagClassName
{
color: #BEA54D;
}
</style>
background-color css
<style>
a { background-color: #BEA54D; }
a { background-color: rgb(190,165,77); }
div.DivClassName
{
background-color: #BEA54D;
}
.BgClassName
{
background-color: #BEA54D;
}
</style>
border-color css
<style>
span { border-color: #BEA54D; }
span { border-color: rgb(190,165,77); }
td.TdClassName
{
border-color: #BEA54D;
}
.TagClassName
{
border-color: #BEA54D;
}
</style>