Shades of Sundance #BEA957
Tints of Sundance #BEA957
RGB
CMYK
RGB Variations
Color information
#BEA957 (or 0xBEA957) is known color: Sundance. HEX triplet: BE, A9 and 57. RGB value is (190,169,87). Sum of RGB (Red+Green+Blue) = 190+169+87=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA957 is #4156A8. Grayscale: #A6A6A6. Windows color (decimal): -4282025 or 5745086. OLE color: 5745086.
HSL color Cylindrical-coordinate representation of color #BEA957: hue angle of 47.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEA957 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 87 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.25 |
| HSL | 47.77º | 0.44% | 0.54% | - |
| HSV(B) | 47.77º | 0.54% | 0.75% | - |
| XYZ | 37.14 | 40.01 | 14.78 | - |
| YUV | 165.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 87 | 0 | 0.11 | 0.54 | 0.25 | 47.77 | 0.44 | 0.54 |
| Hex | BE | A9 | 57 | 0 | B | 36 | 19 | 30 | 2C | 36 |
| Octal | 276 | 251 | 127 | 0 | 13 | 66 | 31 | 60 | 54 | 66 |
| Binary | 10111110 | 10101001 | 1010111 | 0 | 1011 | 110110 | 11001 | 110000 | 101100 | 110110 |
Color Harmonies of #BEA957
Complementary color
Monochromatic Colors of #BEA957
Black with #BEA957
Text Example
Text Example
White with #BEA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA957; }
p { color: rgb(190,169,87); }
H1.HeaderClassName
{
color: #BEA957;
}
.AnyTagClassName
{
color: #BEA957;
}
</style>
background-color css
<style>
a { background-color: #BEA957; }
a { background-color: rgb(190,169,87); }
div.DivClassName
{
background-color: #BEA957;
}
.BgClassName
{
background-color: #BEA957;
}
</style>
border-color css
<style>
span { border-color: #BEA957; }
span { border-color: rgb(190,169,87); }
td.TdClassName
{
border-color: #BEA957;
}
.TagClassName
{
border-color: #BEA957;
}
</style>