Shades of Sundance #BDA64E
Tints of Sundance #BDA64E
RGB
CMYK
RGB Variations
Color information
#BDA64E (or 0xBDA64E) is known color: Sundance. HEX triplet: BD, A6 and 4E. RGB value is (189,166,78). Sum of RGB (Red+Green+Blue) = 189+166+78=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA64E is #4259B1. Grayscale: #A3A3A3. Windows color (decimal): -4348338 or 5154493. OLE color: 5154493.
HSL color Cylindrical-coordinate representation of color #BDA64E: hue angle of 47.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDA64E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 78 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.26 |
| HSL | 47.57º | 0.46% | 0.52% | - |
| HSV(B) | 47.57º | 0.59% | 0.74% | - |
| XYZ | 36 | 38.64 | 12.77 | - |
| YUV | 162.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 78 | 0 | 0.12 | 0.59 | 0.26 | 47.57 | 0.46 | 0.52 |
| Hex | BD | A6 | 4E | 0 | C | 3B | 1A | 30 | 2E | 34 |
| Octal | 275 | 246 | 116 | 0 | 14 | 73 | 32 | 60 | 56 | 64 |
| Binary | 10111101 | 10100110 | 1001110 | 0 | 1100 | 111011 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BDA64E
Complementary color
Monochromatic Colors of #BDA64E
Black with #BDA64E
Text Example
Text Example
White with #BDA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA64E; }
p { color: rgb(189,166,78); }
H1.HeaderClassName
{
color: #BDA64E;
}
.AnyTagClassName
{
color: #BDA64E;
}
</style>
background-color css
<style>
a { background-color: #BDA64E; }
a { background-color: rgb(189,166,78); }
div.DivClassName
{
background-color: #BDA64E;
}
.BgClassName
{
background-color: #BDA64E;
}
</style>
border-color css
<style>
span { border-color: #BDA64E; }
span { border-color: rgb(189,166,78); }
td.TdClassName
{
border-color: #BDA64E;
}
.TagClassName
{
border-color: #BDA64E;
}
</style>