Shades of Sundance #BEA856
Tints of Sundance #BEA856
RGB
CMYK
RGB Variations
Color information
#BEA856 (or 0xBEA856) is known color: Sundance. HEX triplet: BE, A8 and 56. RGB value is (190,168,86). Sum of RGB (Red+Green+Blue) = 190+168+86=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA856 is #4157A9. Grayscale: #A5A5A5. Windows color (decimal): -4282282 or 5679294. OLE color: 5679294.
HSL color Cylindrical-coordinate representation of color #BEA856: hue angle of 47.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEA856 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 86 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.25 |
| HSL | 47.31º | 0.44% | 0.54% | - |
| HSV(B) | 47.31º | 0.55% | 0.75% | - |
| XYZ | 36.92 | 39.62 | 14.51 | - |
| YUV | 165.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 86 | 0 | 0.12 | 0.55 | 0.25 | 47.31 | 0.44 | 0.54 |
| Hex | BE | A8 | 56 | 0 | C | 37 | 19 | 2F | 2C | 36 |
| Octal | 276 | 250 | 126 | 0 | 14 | 67 | 31 | 57 | 54 | 66 |
| Binary | 10111110 | 10101000 | 1010110 | 0 | 1100 | 110111 | 11001 | 101111 | 101100 | 110110 |
Color Harmonies of #BEA856
Complementary color
Monochromatic Colors of #BEA856
Black with #BEA856
Text Example
Text Example
White with #BEA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA856; }
p { color: rgb(190,168,86); }
H1.HeaderClassName
{
color: #BEA856;
}
.AnyTagClassName
{
color: #BEA856;
}
</style>
background-color css
<style>
a { background-color: #BEA856; }
a { background-color: rgb(190,168,86); }
div.DivClassName
{
background-color: #BEA856;
}
.BgClassName
{
background-color: #BEA856;
}
</style>
border-color css
<style>
span { border-color: #BEA856; }
span { border-color: rgb(190,168,86); }
td.TdClassName
{
border-color: #BEA856;
}
.TagClassName
{
border-color: #BEA856;
}
</style>