Shades of Sundance #BEA852
Tints of Sundance #BEA852
RGB
CMYK
RGB Variations
Color information
#BEA852 (or 0xBEA852) is known color: Sundance. HEX triplet: BE, A8 and 52. RGB value is (190,168,82). Sum of RGB (Red+Green+Blue) = 190+168+82=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA852 is #4157AD. Grayscale: #A5A5A5. Windows color (decimal): -4282286 or 5417150. OLE color: 5417150.
HSL color Cylindrical-coordinate representation of color #BEA852: hue angle of 47.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEA852 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 82 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.25 |
| HSL | 47.78º | 0.45% | 0.53% | - |
| HSV(B) | 47.78º | 0.57% | 0.75% | - |
| XYZ | 36.76 | 39.56 | 13.68 | - |
| YUV | 164.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 82 | 0 | 0.12 | 0.57 | 0.25 | 47.78 | 0.45 | 0.53 |
| Hex | BE | A8 | 52 | 0 | C | 39 | 19 | 30 | 2D | 35 |
| Octal | 276 | 250 | 122 | 0 | 14 | 71 | 31 | 60 | 55 | 65 |
| Binary | 10111110 | 10101000 | 1010010 | 0 | 1100 | 111001 | 11001 | 110000 | 101101 | 110101 |
Color Harmonies of #BEA852
Complementary color
Monochromatic Colors of #BEA852
Black with #BEA852
Text Example
Text Example
White with #BEA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA852; }
p { color: rgb(190,168,82); }
H1.HeaderClassName
{
color: #BEA852;
}
.AnyTagClassName
{
color: #BEA852;
}
</style>
background-color css
<style>
a { background-color: #BEA852; }
a { background-color: rgb(190,168,82); }
div.DivClassName
{
background-color: #BEA852;
}
.BgClassName
{
background-color: #BEA852;
}
</style>
border-color css
<style>
span { border-color: #BEA852; }
span { border-color: rgb(190,168,82); }
td.TdClassName
{
border-color: #BEA852;
}
.TagClassName
{
border-color: #BEA852;
}
</style>