Shades of Sundance #BEA053
Tints of Sundance #BEA053
RGB
CMYK
RGB Variations
Color information
#BEA053 (or 0xBEA053) is known color: Sundance. HEX triplet: BE, A0 and 53. RGB value is (190,160,83). Sum of RGB (Red+Green+Blue) = 190+160+83=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA053 is #415FAC. Grayscale: #A0A0A0. Windows color (decimal): -4284333 or 5480638. OLE color: 5480638.
HSL color Cylindrical-coordinate representation of color #BEA053: hue angle of 43.18º 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 #BEA053 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 83 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.25 |
| HSL | 43.18º | 0.45% | 0.54% | - |
| HSV(B) | 43.18º | 0.56% | 0.75% | - |
| XYZ | 35.37 | 36.71 | 13.41 | - |
| YUV | 160.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 83 | 0 | 0.16 | 0.56 | 0.25 | 43.18 | 0.45 | 0.54 |
| Hex | BE | A0 | 53 | 0 | 10 | 38 | 19 | 2B | 2D | 36 |
| Octal | 276 | 240 | 123 | 0 | 20 | 70 | 31 | 53 | 55 | 66 |
| Binary | 10111110 | 10100000 | 1010011 | 0 | 10000 | 111000 | 11001 | 101011 | 101101 | 110110 |
Color Harmonies of #BEA053
Complementary color
Monochromatic Colors of #BEA053
Black with #BEA053
Text Example
Text Example
White with #BEA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA053; }
p { color: rgb(190,160,83); }
H1.HeaderClassName
{
color: #BEA053;
}
.AnyTagClassName
{
color: #BEA053;
}
</style>
background-color css
<style>
a { background-color: #BEA053; }
a { background-color: rgb(190,160,83); }
div.DivClassName
{
background-color: #BEA053;
}
.BgClassName
{
background-color: #BEA053;
}
</style>
border-color css
<style>
span { border-color: #BEA053; }
span { border-color: rgb(190,160,83); }
td.TdClassName
{
border-color: #BEA053;
}
.TagClassName
{
border-color: #BEA053;
}
</style>