Shades of Sundance #BEAD54
Tints of Sundance #BEAD54
RGB
CMYK
RGB Variations
Color information
#BEAD54 (or 0xBEAD54) is known color: Sundance. HEX triplet: BE, AD and 54. RGB value is (190,173,84). Sum of RGB (Red+Green+Blue) = 190+173+84=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD54 is #4152AB. Grayscale: #A8A8A8. Windows color (decimal): -4281004 or 5549502. OLE color: 5549502.
HSL color Cylindrical-coordinate representation of color #BEAD54: hue angle of 50.38º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEAD54 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 84 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.25 |
| HSL | 50.38º | 0.45% | 0.54% | - |
| HSV(B) | 50.38º | 0.56% | 0.75% | - |
| XYZ | 37.78 | 41.47 | 14.4 | - |
| YUV | 167.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 84 | 0 | 0.09 | 0.56 | 0.25 | 50.38 | 0.45 | 0.54 |
| Hex | BE | AD | 54 | 0 | 9 | 38 | 19 | 32 | 2D | 36 |
| Octal | 276 | 255 | 124 | 0 | 11 | 70 | 31 | 62 | 55 | 66 |
| Binary | 10111110 | 10101101 | 1010100 | 0 | 1001 | 111000 | 11001 | 110010 | 101101 | 110110 |
Color Harmonies of #BEAD54
Complementary color
Monochromatic Colors of #BEAD54
Black with #BEAD54
Text Example
Text Example
White with #BEAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD54; }
p { color: rgb(190,173,84); }
H1.HeaderClassName
{
color: #BEAD54;
}
.AnyTagClassName
{
color: #BEAD54;
}
</style>
background-color css
<style>
a { background-color: #BEAD54; }
a { background-color: rgb(190,173,84); }
div.DivClassName
{
background-color: #BEAD54;
}
.BgClassName
{
background-color: #BEAD54;
}
</style>
border-color css
<style>
span { border-color: #BEAD54; }
span { border-color: rgb(190,173,84); }
td.TdClassName
{
border-color: #BEAD54;
}
.TagClassName
{
border-color: #BEAD54;
}
</style>