Shades of Sundance #BEA248
Tints of Sundance #BEA248
RGB
CMYK
RGB Variations
Color information
#BEA248 (or 0xBEA248) is known color: Sundance. HEX triplet: BE, A2 and 48. RGB value is (190,162,72). Sum of RGB (Red+Green+Blue) = 190+162+72=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA248 is #415DB7. Grayscale: #A0A0A0. Windows color (decimal): -4283832 or 4760254. OLE color: 4760254.
HSL color Cylindrical-coordinate representation of color #BEA248: hue angle of 45.76º 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 #BEA248 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 72 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.25 |
| HSL | 45.76º | 0.48% | 0.51% | - |
| HSV(B) | 45.76º | 0.62% | 0.75% | - |
| XYZ | 35.33 | 37.26 | 11.46 | - |
| YUV | 160.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 72 | 0 | 0.15 | 0.62 | 0.25 | 45.76 | 0.48 | 0.51 |
| Hex | BE | A2 | 48 | 0 | F | 3E | 19 | 2E | 30 | 33 |
| Octal | 276 | 242 | 110 | 0 | 17 | 76 | 31 | 56 | 60 | 63 |
| Binary | 10111110 | 10100010 | 1001000 | 0 | 1111 | 111110 | 11001 | 101110 | 110000 | 110011 |
Color Harmonies of #BEA248
Complementary color
Monochromatic Colors of #BEA248
Black with #BEA248
Text Example
Text Example
White with #BEA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA248; }
p { color: rgb(190,162,72); }
H1.HeaderClassName
{
color: #BEA248;
}
.AnyTagClassName
{
color: #BEA248;
}
</style>
background-color css
<style>
a { background-color: #BEA248; }
a { background-color: rgb(190,162,72); }
div.DivClassName
{
background-color: #BEA248;
}
.BgClassName
{
background-color: #BEA248;
}
</style>
border-color css
<style>
span { border-color: #BEA248; }
span { border-color: rgb(190,162,72); }
td.TdClassName
{
border-color: #BEA248;
}
.TagClassName
{
border-color: #BEA248;
}
</style>