Shades of Sundance #BDAA4D
Tints of Sundance #BDAA4D
RGB
CMYK
RGB Variations
Color information
#BDAA4D (or 0xBDAA4D) is known color: Sundance. HEX triplet: BD, AA and 4D. RGB value is (189,170,77). Sum of RGB (Red+Green+Blue) = 189+170+77=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA4D is #4255B2. Grayscale: #A5A5A5. Windows color (decimal): -4347315 or 5089981. OLE color: 5089981.
HSL color Cylindrical-coordinate representation of color #BDAA4D: hue angle of 49.82º 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 #BDAA4D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 77 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.26 |
| HSL | 49.82º | 0.46% | 0.52% | - |
| HSV(B) | 49.82º | 0.59% | 0.74% | - |
| XYZ | 36.7 | 40.1 | 12.83 | - |
| YUV | 165.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 77 | 0 | 0.10 | 0.59 | 0.26 | 49.82 | 0.46 | 0.52 |
| Hex | BD | AA | 4D | 0 | A | 3B | 1A | 32 | 2E | 34 |
| Octal | 275 | 252 | 115 | 0 | 12 | 73 | 32 | 62 | 56 | 64 |
| Binary | 10111101 | 10101010 | 1001101 | 0 | 1010 | 111011 | 11010 | 110010 | 101110 | 110100 |
Color Harmonies of #BDAA4D
Complementary color
Monochromatic Colors of #BDAA4D
Black with #BDAA4D
Text Example
Text Example
White with #BDAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA4D; }
p { color: rgb(189,170,77); }
H1.HeaderClassName
{
color: #BDAA4D;
}
.AnyTagClassName
{
color: #BDAA4D;
}
</style>
background-color css
<style>
a { background-color: #BDAA4D; }
a { background-color: rgb(189,170,77); }
div.DivClassName
{
background-color: #BDAA4D;
}
.BgClassName
{
background-color: #BDAA4D;
}
</style>
border-color css
<style>
span { border-color: #BDAA4D; }
span { border-color: rgb(189,170,77); }
td.TdClassName
{
border-color: #BDAA4D;
}
.TagClassName
{
border-color: #BDAA4D;
}
</style>