Shades of Sundance #BEAB55
Tints of Sundance #BEAB55
RGB
CMYK
RGB Variations
Color information
#BEAB55 (or 0xBEAB55) is known color: Sundance. HEX triplet: BE, AB and 55. RGB value is (190,171,85). Sum of RGB (Red+Green+Blue) = 190+171+85=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB55 is #4154AA. Grayscale: #A7A7A7. Windows color (decimal): -4281515 or 5614526. OLE color: 5614526.
HSL color Cylindrical-coordinate representation of color #BEAB55: hue angle of 49.14º degrees, saturation: 0.45, 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 #BEAB55 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 85 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.25 |
| HSL | 49.14º | 0.45% | 0.54% | - |
| HSV(B) | 49.14º | 0.55% | 0.75% | - |
| XYZ | 37.44 | 40.73 | 14.48 | - |
| YUV | 166.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 85 | 0 | 0.10 | 0.55 | 0.25 | 49.14 | 0.45 | 0.54 |
| Hex | BE | AB | 55 | 0 | A | 37 | 19 | 31 | 2D | 36 |
| Octal | 276 | 253 | 125 | 0 | 12 | 67 | 31 | 61 | 55 | 66 |
| Binary | 10111110 | 10101011 | 1010101 | 0 | 1010 | 110111 | 11001 | 110001 | 101101 | 110110 |
Color Harmonies of #BEAB55
Complementary color
Monochromatic Colors of #BEAB55
Black with #BEAB55
Text Example
Text Example
White with #BEAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB55; }
p { color: rgb(190,171,85); }
H1.HeaderClassName
{
color: #BEAB55;
}
.AnyTagClassName
{
color: #BEAB55;
}
</style>
background-color css
<style>
a { background-color: #BEAB55; }
a { background-color: rgb(190,171,85); }
div.DivClassName
{
background-color: #BEAB55;
}
.BgClassName
{
background-color: #BEAB55;
}
</style>
border-color css
<style>
span { border-color: #BEAB55; }
span { border-color: rgb(190,171,85); }
td.TdClassName
{
border-color: #BEAB55;
}
.TagClassName
{
border-color: #BEAB55;
}
</style>