Shades of Sundance #BDA949
Tints of Sundance #BDA949
RGB
CMYK
RGB Variations
Color information
#BDA949 (or 0xBDA949) is known color: Sundance. HEX triplet: BD, A9 and 49. RGB value is (189,169,73). Sum of RGB (Red+Green+Blue) = 189+169+73=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA949 is #4256B6. Grayscale: #A4A4A4. Windows color (decimal): -4347575 or 4827581. OLE color: 4827581.
HSL color Cylindrical-coordinate representation of color #BDA949: hue angle of 49.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA949 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 73 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.26 |
| HSL | 49.66º | 0.47% | 0.51% | - |
| HSV(B) | 49.66º | 0.61% | 0.74% | - |
| XYZ | 36.38 | 39.68 | 12.04 | - |
| YUV | 164.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 73 | 0 | 0.11 | 0.61 | 0.26 | 49.66 | 0.47 | 0.51 |
| Hex | BD | A9 | 49 | 0 | B | 3D | 1A | 32 | 2F | 33 |
| Octal | 275 | 251 | 111 | 0 | 13 | 75 | 32 | 62 | 57 | 63 |
| Binary | 10111101 | 10101001 | 1001001 | 0 | 1011 | 111101 | 11010 | 110010 | 101111 | 110011 |
Color Harmonies of #BDA949
Complementary color
Monochromatic Colors of #BDA949
Black with #BDA949
Text Example
Text Example
White with #BDA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA949; }
p { color: rgb(189,169,73); }
H1.HeaderClassName
{
color: #BDA949;
}
.AnyTagClassName
{
color: #BDA949;
}
</style>
background-color css
<style>
a { background-color: #BDA949; }
a { background-color: rgb(189,169,73); }
div.DivClassName
{
background-color: #BDA949;
}
.BgClassName
{
background-color: #BDA949;
}
</style>
border-color css
<style>
span { border-color: #BDA949; }
span { border-color: rgb(189,169,73); }
td.TdClassName
{
border-color: #BDA949;
}
.TagClassName
{
border-color: #BDA949;
}
</style>