Shades of Sundance #BDA947
Tints of Sundance #BDA947
RGB
CMYK
RGB Variations
Color information
#BDA947 (or 0xBDA947) is known color: Sundance. HEX triplet: BD, A9 and 47. RGB value is (189,169,71). Sum of RGB (Red+Green+Blue) = 189+169+71=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA947 is #4256B8. Grayscale: #A4A4A4. Windows color (decimal): -4347577 or 4696509. OLE color: 4696509.
HSL color Cylindrical-coordinate representation of color #BDA947: hue angle of 49.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDA947 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.26 |
| HSL | 49.83º | 0.47% | 0.51% | - |
| HSV(B) | 49.83º | 0.62% | 0.74% | - |
| XYZ | 36.31 | 39.65 | 11.7 | - |
| YUV | 163.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 71 | 0 | 0.11 | 0.62 | 0.26 | 49.83 | 0.47 | 0.51 |
| Hex | BD | A9 | 47 | 0 | B | 3E | 1A | 32 | 2F | 33 |
| Octal | 275 | 251 | 107 | 0 | 13 | 76 | 32 | 62 | 57 | 63 |
| Binary | 10111101 | 10101001 | 1000111 | 0 | 1011 | 111110 | 11010 | 110010 | 101111 | 110011 |
Color Harmonies of #BDA947
Complementary color
Monochromatic Colors of #BDA947
Black with #BDA947
Text Example
Text Example
White with #BDA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA947; }
p { color: rgb(189,169,71); }
H1.HeaderClassName
{
color: #BDA947;
}
.AnyTagClassName
{
color: #BDA947;
}
</style>
background-color css
<style>
a { background-color: #BDA947; }
a { background-color: rgb(189,169,71); }
div.DivClassName
{
background-color: #BDA947;
}
.BgClassName
{
background-color: #BDA947;
}
</style>
border-color css
<style>
span { border-color: #BDA947; }
span { border-color: rgb(189,169,71); }
td.TdClassName
{
border-color: #BDA947;
}
.TagClassName
{
border-color: #BDA947;
}
</style>