Shades of Sundance #BEA54A
Tints of Sundance #BEA54A
RGB
CMYK
RGB Variations
Color information
#BEA54A (or 0xBEA54A) is known color: Sundance. HEX triplet: BE, A5 and 4A. RGB value is (190,165,74). Sum of RGB (Red+Green+Blue) = 190+165+74=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA54A is #415AB5. Grayscale: #A2A2A2. Windows color (decimal): -4283062 or 4892094. OLE color: 4892094.
HSL color Cylindrical-coordinate representation of color #BEA54A: hue angle of 47.07º 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 #BEA54A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 74 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.25 |
| HSL | 47.07º | 0.47% | 0.52% | - |
| HSV(B) | 47.07º | 0.61% | 0.75% | - |
| XYZ | 35.93 | 38.35 | 11.99 | - |
| YUV | 162.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 74 | 0 | 0.13 | 0.61 | 0.25 | 47.07 | 0.47 | 0.52 |
| Hex | BE | A5 | 4A | 0 | D | 3D | 19 | 2F | 2F | 34 |
| Octal | 276 | 245 | 112 | 0 | 15 | 75 | 31 | 57 | 57 | 64 |
| Binary | 10111110 | 10100101 | 1001010 | 0 | 1101 | 111101 | 11001 | 101111 | 101111 | 110100 |
Color Harmonies of #BEA54A
Complementary color
Monochromatic Colors of #BEA54A
Black with #BEA54A
Text Example
Text Example
White with #BEA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA54A; }
p { color: rgb(190,165,74); }
H1.HeaderClassName
{
color: #BEA54A;
}
.AnyTagClassName
{
color: #BEA54A;
}
</style>
background-color css
<style>
a { background-color: #BEA54A; }
a { background-color: rgb(190,165,74); }
div.DivClassName
{
background-color: #BEA54A;
}
.BgClassName
{
background-color: #BEA54A;
}
</style>
border-color css
<style>
span { border-color: #BEA54A; }
span { border-color: rgb(190,165,74); }
td.TdClassName
{
border-color: #BEA54A;
}
.TagClassName
{
border-color: #BEA54A;
}
</style>