Shades of Sundance #BDA54E
Tints of Sundance #BDA54E
RGB
CMYK
RGB Variations
Color information
#BDA54E (or 0xBDA54E) is known color: Sundance. HEX triplet: BD, A5 and 4E. RGB value is (189,165,78). Sum of RGB (Red+Green+Blue) = 189+165+78=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA54E is #425AB1. Grayscale: #A2A2A2. Windows color (decimal): -4348594 or 5154237. OLE color: 5154237.
HSL color Cylindrical-coordinate representation of color #BDA54E: hue angle of 47.03º 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 #BDA54E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 78 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.26 |
| HSL | 47.03º | 0.46% | 0.52% | - |
| HSV(B) | 47.03º | 0.59% | 0.74% | - |
| XYZ | 35.82 | 38.28 | 12.71 | - |
| YUV | 162.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 78 | 0 | 0.13 | 0.59 | 0.26 | 47.03 | 0.46 | 0.52 |
| Hex | BD | A5 | 4E | 0 | D | 3B | 1A | 2F | 2E | 34 |
| Octal | 275 | 245 | 116 | 0 | 15 | 73 | 32 | 57 | 56 | 64 |
| Binary | 10111101 | 10100101 | 1001110 | 0 | 1101 | 111011 | 11010 | 101111 | 101110 | 110100 |
Color Harmonies of #BDA54E
Complementary color
Monochromatic Colors of #BDA54E
Black with #BDA54E
Text Example
Text Example
White with #BDA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA54E; }
p { color: rgb(189,165,78); }
H1.HeaderClassName
{
color: #BDA54E;
}
.AnyTagClassName
{
color: #BDA54E;
}
</style>
background-color css
<style>
a { background-color: #BDA54E; }
a { background-color: rgb(189,165,78); }
div.DivClassName
{
background-color: #BDA54E;
}
.BgClassName
{
background-color: #BDA54E;
}
</style>
border-color css
<style>
span { border-color: #BDA54E; }
span { border-color: rgb(189,165,78); }
td.TdClassName
{
border-color: #BDA54E;
}
.TagClassName
{
border-color: #BDA54E;
}
</style>