Shades of Sundance #BEA351
Tints of Sundance #BEA351
RGB
CMYK
RGB Variations
Color information
#BEA351 (or 0xBEA351) is known color: Sundance. HEX triplet: BE, A3 and 51. RGB value is (190,163,81). Sum of RGB (Red+Green+Blue) = 190+163+81=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA351 is #415CAE. Grayscale: #A2A2A2. Windows color (decimal): -4283567 or 5350334. OLE color: 5350334.
HSL color Cylindrical-coordinate representation of color #BEA351: hue angle of 45.14º degrees, saturation: 0.46, 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 #BEA351 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 81 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.25 |
| HSL | 45.14º | 0.46% | 0.53% | - |
| HSV(B) | 45.14º | 0.57% | 0.75% | - |
| XYZ | 35.82 | 37.74 | 13.18 | - |
| YUV | 161.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 81 | 0 | 0.14 | 0.57 | 0.25 | 45.14 | 0.46 | 0.53 |
| Hex | BE | A3 | 51 | 0 | E | 39 | 19 | 2D | 2E | 35 |
| Octal | 276 | 243 | 121 | 0 | 16 | 71 | 31 | 55 | 56 | 65 |
| Binary | 10111110 | 10100011 | 1010001 | 0 | 1110 | 111001 | 11001 | 101101 | 101110 | 110101 |
Color Harmonies of #BEA351
Complementary color
Monochromatic Colors of #BEA351
Black with #BEA351
Text Example
Text Example
White with #BEA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA351; }
p { color: rgb(190,163,81); }
H1.HeaderClassName
{
color: #BEA351;
}
.AnyTagClassName
{
color: #BEA351;
}
</style>
background-color css
<style>
a { background-color: #BEA351; }
a { background-color: rgb(190,163,81); }
div.DivClassName
{
background-color: #BEA351;
}
.BgClassName
{
background-color: #BEA351;
}
</style>
border-color css
<style>
span { border-color: #BEA351; }
span { border-color: rgb(190,163,81); }
td.TdClassName
{
border-color: #BEA351;
}
.TagClassName
{
border-color: #BEA351;
}
</style>