Shades of Sundance #BDA749
Tints of Sundance #BDA749
RGB
CMYK
RGB Variations
Color information
#BDA749 (or 0xBDA749) is known color: Sundance. HEX triplet: BD, A7 and 49. RGB value is (189,167,73). Sum of RGB (Red+Green+Blue) = 189+167+73=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA749 is #4258B6. Grayscale: #A3A3A3. Windows color (decimal): -4348087 or 4827069. OLE color: 4827069.
HSL color Cylindrical-coordinate representation of color #BDA749: hue angle of 48.62º 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 #BDA749 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 73 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.26 |
| HSL | 48.62º | 0.47% | 0.51% | - |
| HSV(B) | 48.62º | 0.61% | 0.74% | - |
| XYZ | 36.01 | 38.94 | 11.92 | - |
| YUV | 162.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 73 | 0 | 0.12 | 0.61 | 0.26 | 48.62 | 0.47 | 0.51 |
| Hex | BD | A7 | 49 | 0 | C | 3D | 1A | 31 | 2F | 33 |
| Octal | 275 | 247 | 111 | 0 | 14 | 75 | 32 | 61 | 57 | 63 |
| Binary | 10111101 | 10100111 | 1001001 | 0 | 1100 | 111101 | 11010 | 110001 | 101111 | 110011 |
Color Harmonies of #BDA749
Complementary color
Monochromatic Colors of #BDA749
Black with #BDA749
Text Example
Text Example
White with #BDA749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA749; }
p { color: rgb(189,167,73); }
H1.HeaderClassName
{
color: #BDA749;
}
.AnyTagClassName
{
color: #BDA749;
}
</style>
background-color css
<style>
a { background-color: #BDA749; }
a { background-color: rgb(189,167,73); }
div.DivClassName
{
background-color: #BDA749;
}
.BgClassName
{
background-color: #BDA749;
}
</style>
border-color css
<style>
span { border-color: #BDA749; }
span { border-color: rgb(189,167,73); }
td.TdClassName
{
border-color: #BDA749;
}
.TagClassName
{
border-color: #BDA749;
}
</style>