Shades of Sundance #BEAB4D
Tints of Sundance #BEAB4D
RGB
CMYK
RGB Variations
Color information
#BEAB4D (or 0xBEAB4D) is known color: Sundance. HEX triplet: BE, AB and 4D. RGB value is (190,171,77). Sum of RGB (Red+Green+Blue) = 190+171+77=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB4D is #4154B2. Grayscale: #A6A6A6. Windows color (decimal): -4281523 or 5090238. OLE color: 5090238.
HSL color Cylindrical-coordinate representation of color #BEAB4D: hue angle of 49.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEAB4D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 77 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.25 |
| HSL | 49.91º | 0.47% | 0.52% | - |
| HSV(B) | 49.91º | 0.59% | 0.75% | - |
| XYZ | 37.14 | 40.61 | 12.9 | - |
| YUV | 165.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 77 | 0 | 0.10 | 0.59 | 0.25 | 49.91 | 0.47 | 0.52 |
| Hex | BE | AB | 4D | 0 | A | 3B | 19 | 32 | 2F | 34 |
| Octal | 276 | 253 | 115 | 0 | 12 | 73 | 31 | 62 | 57 | 64 |
| Binary | 10111110 | 10101011 | 1001101 | 0 | 1010 | 111011 | 11001 | 110010 | 101111 | 110100 |
Color Harmonies of #BEAB4D
Complementary color
Monochromatic Colors of #BEAB4D
Black with #BEAB4D
Text Example
Text Example
White with #BEAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB4D; }
p { color: rgb(190,171,77); }
H1.HeaderClassName
{
color: #BEAB4D;
}
.AnyTagClassName
{
color: #BEAB4D;
}
</style>
background-color css
<style>
a { background-color: #BEAB4D; }
a { background-color: rgb(190,171,77); }
div.DivClassName
{
background-color: #BEAB4D;
}
.BgClassName
{
background-color: #BEAB4D;
}
</style>
border-color css
<style>
span { border-color: #BEAB4D; }
span { border-color: rgb(190,171,77); }
td.TdClassName
{
border-color: #BEAB4D;
}
.TagClassName
{
border-color: #BEAB4D;
}
</style>