Shades of Sundance #BDAC4D
Tints of Sundance #BDAC4D
RGB
CMYK
RGB Variations
Color information
#BDAC4D (or 0xBDAC4D) is known color: Sundance. HEX triplet: BD, AC and 4D. RGB value is (189,172,77). Sum of RGB (Red+Green+Blue) = 189+172+77=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC4D is #4253B2. Grayscale: #A6A6A6. Windows color (decimal): -4346803 or 5090493. OLE color: 5090493.
HSL color Cylindrical-coordinate representation of color #BDAC4D: hue angle of 50.89º 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 #BDAC4D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 77 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.26 |
| HSL | 50.89º | 0.46% | 0.52% | - |
| HSV(B) | 50.89º | 0.59% | 0.74% | - |
| XYZ | 37.08 | 40.86 | 12.95 | - |
| YUV | 166.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 77 | 0 | 0.09 | 0.59 | 0.26 | 50.89 | 0.46 | 0.52 |
| Hex | BD | AC | 4D | 0 | 9 | 3B | 1A | 33 | 2E | 34 |
| Octal | 275 | 254 | 115 | 0 | 11 | 73 | 32 | 63 | 56 | 64 |
| Binary | 10111101 | 10101100 | 1001101 | 0 | 1001 | 111011 | 11010 | 110011 | 101110 | 110100 |
Color Harmonies of #BDAC4D
Complementary color
Monochromatic Colors of #BDAC4D
Black with #BDAC4D
Text Example
Text Example
White with #BDAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC4D; }
p { color: rgb(189,172,77); }
H1.HeaderClassName
{
color: #BDAC4D;
}
.AnyTagClassName
{
color: #BDAC4D;
}
</style>
background-color css
<style>
a { background-color: #BDAC4D; }
a { background-color: rgb(189,172,77); }
div.DivClassName
{
background-color: #BDAC4D;
}
.BgClassName
{
background-color: #BDAC4D;
}
</style>
border-color css
<style>
span { border-color: #BDAC4D; }
span { border-color: rgb(189,172,77); }
td.TdClassName
{
border-color: #BDAC4D;
}
.TagClassName
{
border-color: #BDAC4D;
}
</style>