Shades of Sundance #BDA54F
Tints of Sundance #BDA54F
RGB
CMYK
RGB Variations
Color information
#BDA54F (or 0xBDA54F) is known color: Sundance. HEX triplet: BD, A5 and 4F. RGB value is (189,165,79). Sum of RGB (Red+Green+Blue) = 189+165+79=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA54F is #425AB0. Grayscale: #A2A2A2. Windows color (decimal): -4348593 or 5219773. OLE color: 5219773.
HSL color Cylindrical-coordinate representation of color #BDA54F: hue angle of 46.91º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA54F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 79 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.26 |
| HSL | 46.91º | 0.45% | 0.53% | - |
| HSV(B) | 46.91º | 0.58% | 0.74% | - |
| XYZ | 35.85 | 38.29 | 12.9 | - |
| YUV | 162.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 79 | 0 | 0.13 | 0.58 | 0.26 | 46.91 | 0.45 | 0.53 |
| Hex | BD | A5 | 4F | 0 | D | 3A | 1A | 2F | 2D | 35 |
| Octal | 275 | 245 | 117 | 0 | 15 | 72 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100101 | 1001111 | 0 | 1101 | 111010 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA54F
Complementary color
Monochromatic Colors of #BDA54F
Black with #BDA54F
Text Example
Text Example
White with #BDA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA54F; }
p { color: rgb(189,165,79); }
H1.HeaderClassName
{
color: #BDA54F;
}
.AnyTagClassName
{
color: #BDA54F;
}
</style>
background-color css
<style>
a { background-color: #BDA54F; }
a { background-color: rgb(189,165,79); }
div.DivClassName
{
background-color: #BDA54F;
}
.BgClassName
{
background-color: #BDA54F;
}
</style>
border-color css
<style>
span { border-color: #BDA54F; }
span { border-color: rgb(189,165,79); }
td.TdClassName
{
border-color: #BDA54F;
}
.TagClassName
{
border-color: #BDA54F;
}
</style>