Shades of Sundance #BEA049
Tints of Sundance #BEA049
RGB
CMYK
RGB Variations
Color information
#BEA049 (or 0xBEA049) is known color: Sundance. HEX triplet: BE, A0 and 49. RGB value is (190,160,73). Sum of RGB (Red+Green+Blue) = 190+160+73=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA049 is #415FB6. Grayscale: #9F9F9F. Windows color (decimal): -4284343 or 4825278. OLE color: 4825278.
HSL color Cylindrical-coordinate representation of color #BEA049: hue angle of 44.62º 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 #BEA049 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 73 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.25 |
| HSL | 44.62º | 0.47% | 0.52% | - |
| HSV(B) | 44.62º | 0.62% | 0.75% | - |
| XYZ | 35.01 | 36.57 | 11.52 | - |
| YUV | 159.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 73 | 0 | 0.16 | 0.62 | 0.25 | 44.62 | 0.47 | 0.52 |
| Hex | BE | A0 | 49 | 0 | 10 | 3E | 19 | 2D | 2F | 34 |
| Octal | 276 | 240 | 111 | 0 | 20 | 76 | 31 | 55 | 57 | 64 |
| Binary | 10111110 | 10100000 | 1001001 | 0 | 10000 | 111110 | 11001 | 101101 | 101111 | 110100 |
Color Harmonies of #BEA049
Complementary color
Monochromatic Colors of #BEA049
Black with #BEA049
Text Example
Text Example
White with #BEA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA049; }
p { color: rgb(190,160,73); }
H1.HeaderClassName
{
color: #BEA049;
}
.AnyTagClassName
{
color: #BEA049;
}
</style>
background-color css
<style>
a { background-color: #BEA049; }
a { background-color: rgb(190,160,73); }
div.DivClassName
{
background-color: #BEA049;
}
.BgClassName
{
background-color: #BEA049;
}
</style>
border-color css
<style>
span { border-color: #BEA049; }
span { border-color: rgb(190,160,73); }
td.TdClassName
{
border-color: #BEA049;
}
.TagClassName
{
border-color: #BEA049;
}
</style>