Shades of Sundance #BDAE4E
Tints of Sundance #BDAE4E
RGB
CMYK
RGB Variations
Color information
#BDAE4E (or 0xBDAE4E) is known color: Sundance. HEX triplet: BD, AE and 4E. RGB value is (189,174,78). Sum of RGB (Red+Green+Blue) = 189+174+78=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE4E is #4251B1. Grayscale: #A7A7A7. Windows color (decimal): -4346290 or 5156541. OLE color: 5156541.
HSL color Cylindrical-coordinate representation of color #BDAE4E: hue angle of 51.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 #BDAE4E is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 78 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.26 |
| HSL | 51.89º | 0.46% | 0.52% | - |
| HSV(B) | 51.89º | 0.59% | 0.74% | - |
| XYZ | 37.5 | 41.64 | 13.27 | - |
| YUV | 167.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 78 | 0 | 0.08 | 0.59 | 0.26 | 51.89 | 0.46 | 0.52 |
| Hex | BD | AE | 4E | 0 | 8 | 3B | 1A | 34 | 2E | 34 |
| Octal | 275 | 256 | 116 | 0 | 10 | 73 | 32 | 64 | 56 | 64 |
| Binary | 10111101 | 10101110 | 1001110 | 0 | 1000 | 111011 | 11010 | 110100 | 101110 | 110100 |
Color Harmonies of #BDAE4E
Complementary color
Monochromatic Colors of #BDAE4E
Black with #BDAE4E
Text Example
Text Example
White with #BDAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE4E; }
p { color: rgb(189,174,78); }
H1.HeaderClassName
{
color: #BDAE4E;
}
.AnyTagClassName
{
color: #BDAE4E;
}
</style>
background-color css
<style>
a { background-color: #BDAE4E; }
a { background-color: rgb(189,174,78); }
div.DivClassName
{
background-color: #BDAE4E;
}
.BgClassName
{
background-color: #BDAE4E;
}
</style>
border-color css
<style>
span { border-color: #BDAE4E; }
span { border-color: rgb(189,174,78); }
td.TdClassName
{
border-color: #BDAE4E;
}
.TagClassName
{
border-color: #BDAE4E;
}
</style>