Shades of Sundance #BDA049
Tints of Sundance #BDA049
RGB
CMYK
RGB Variations
Color information
#BDA049 (or 0xBDA049) is known color: Sundance. HEX triplet: BD, A0 and 49. RGB value is (189,160,73). Sum of RGB (Red+Green+Blue) = 189+160+73=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA049 is #425FB6. Grayscale: #9F9F9F. Windows color (decimal): -4349879 or 4825277. OLE color: 4825277.
HSL color Cylindrical-coordinate representation of color #BDA049: hue angle of 45º 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 #BDA049 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 73 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.26 |
| HSL | 45º | 0.47% | 0.51% | - |
| HSV(B) | 45º | 0.61% | 0.74% | - |
| XYZ | 34.76 | 36.44 | 11.51 | - |
| YUV | 158.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 73 | 0 | 0.15 | 0.61 | 0.26 | 45 | 0.47 | 0.51 |
| Hex | BD | A0 | 49 | 0 | F | 3D | 1A | 2D | 2F | 33 |
| Octal | 275 | 240 | 111 | 0 | 17 | 75 | 32 | 55 | 57 | 63 |
| Binary | 10111101 | 10100000 | 1001001 | 0 | 1111 | 111101 | 11010 | 101101 | 101111 | 110011 |
Color Harmonies of #BDA049
Complementary color
Monochromatic Colors of #BDA049
Black with #BDA049
Text Example
Text Example
White with #BDA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA049; }
p { color: rgb(189,160,73); }
H1.HeaderClassName
{
color: #BDA049;
}
.AnyTagClassName
{
color: #BDA049;
}
</style>
background-color css
<style>
a { background-color: #BDA049; }
a { background-color: rgb(189,160,73); }
div.DivClassName
{
background-color: #BDA049;
}
.BgClassName
{
background-color: #BDA049;
}
</style>
border-color css
<style>
span { border-color: #BDA049; }
span { border-color: rgb(189,160,73); }
td.TdClassName
{
border-color: #BDA049;
}
.TagClassName
{
border-color: #BDA049;
}
</style>