Shades of Sundance #BEA849
Tints of Sundance #BEA849
RGB
CMYK
RGB Variations
Color information
#BEA849 (or 0xBEA849) is known color: Sundance. HEX triplet: BE, A8 and 49. RGB value is (190,168,73). Sum of RGB (Red+Green+Blue) = 190+168+73=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA849 is #4157B6. Grayscale: #A4A4A4. Windows color (decimal): -4282295 or 4827326. OLE color: 4827326.
HSL color Cylindrical-coordinate representation of color #BEA849: hue angle of 48.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEA849 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 73 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.25 |
| HSL | 48.72º | 0.47% | 0.52% | - |
| HSV(B) | 48.72º | 0.62% | 0.75% | - |
| XYZ | 36.44 | 39.43 | 11.99 | - |
| YUV | 163.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 73 | 0 | 0.12 | 0.62 | 0.25 | 48.72 | 0.47 | 0.52 |
| Hex | BE | A8 | 49 | 0 | C | 3E | 19 | 31 | 2F | 34 |
| Octal | 276 | 250 | 111 | 0 | 14 | 76 | 31 | 61 | 57 | 64 |
| Binary | 10111110 | 10101000 | 1001001 | 0 | 1100 | 111110 | 11001 | 110001 | 101111 | 110100 |
Color Harmonies of #BEA849
Complementary color
Monochromatic Colors of #BEA849
Black with #BEA849
Text Example
Text Example
White with #BEA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA849; }
p { color: rgb(190,168,73); }
H1.HeaderClassName
{
color: #BEA849;
}
.AnyTagClassName
{
color: #BEA849;
}
</style>
background-color css
<style>
a { background-color: #BEA849; }
a { background-color: rgb(190,168,73); }
div.DivClassName
{
background-color: #BEA849;
}
.BgClassName
{
background-color: #BEA849;
}
</style>
border-color css
<style>
span { border-color: #BEA849; }
span { border-color: rgb(190,168,73); }
td.TdClassName
{
border-color: #BEA849;
}
.TagClassName
{
border-color: #BEA849;
}
</style>