Shades of Sundance #BEA048
Tints of Sundance #BEA048
RGB
CMYK
RGB Variations
Color information
#BEA048 (or 0xBEA048) is known color: Sundance. HEX triplet: BE, A0 and 48. RGB value is (190,160,72). Sum of RGB (Red+Green+Blue) = 190+160+72=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA048 is #415FB7. Grayscale: #9F9F9F. Windows color (decimal): -4284344 or 4759742. OLE color: 4759742.
HSL color Cylindrical-coordinate representation of color #BEA048: hue angle of 44.75º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEA048 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 72 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.25 |
| HSL | 44.75º | 0.48% | 0.51% | - |
| HSV(B) | 44.75º | 0.62% | 0.75% | - |
| XYZ | 34.98 | 36.56 | 11.34 | - |
| YUV | 158.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 72 | 0 | 0.16 | 0.62 | 0.25 | 44.75 | 0.48 | 0.51 |
| Hex | BE | A0 | 48 | 0 | 10 | 3E | 19 | 2D | 30 | 33 |
| Octal | 276 | 240 | 110 | 0 | 20 | 76 | 31 | 55 | 60 | 63 |
| Binary | 10111110 | 10100000 | 1001000 | 0 | 10000 | 111110 | 11001 | 101101 | 110000 | 110011 |
Color Harmonies of #BEA048
Complementary color
Monochromatic Colors of #BEA048
Black with #BEA048
Text Example
Text Example
White with #BEA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA048; }
p { color: rgb(190,160,72); }
H1.HeaderClassName
{
color: #BEA048;
}
.AnyTagClassName
{
color: #BEA048;
}
</style>
background-color css
<style>
a { background-color: #BEA048; }
a { background-color: rgb(190,160,72); }
div.DivClassName
{
background-color: #BEA048;
}
.BgClassName
{
background-color: #BEA048;
}
</style>
border-color css
<style>
span { border-color: #BEA048; }
span { border-color: rgb(190,160,72); }
td.TdClassName
{
border-color: #BEA048;
}
.TagClassName
{
border-color: #BEA048;
}
</style>