Shades of Sundance #BDA249
Tints of Sundance #BDA249
RGB
CMYK
RGB Variations
Color information
#BDA249 (or 0xBDA249) is known color: Sundance. HEX triplet: BD, A2 and 49. RGB value is (189,162,73). Sum of RGB (Red+Green+Blue) = 189+162+73=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA249 is #425DB6. Grayscale: #A0A0A0. Windows color (decimal): -4349367 or 4825789. OLE color: 4825789.
HSL color Cylindrical-coordinate representation of color #BDA249: hue angle of 46.03º 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 #BDA249 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 73 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.26 |
| HSL | 46.03º | 0.47% | 0.51% | - |
| HSV(B) | 46.03º | 0.61% | 0.74% | - |
| XYZ | 35.11 | 37.14 | 11.62 | - |
| YUV | 159.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 73 | 0 | 0.14 | 0.61 | 0.26 | 46.03 | 0.47 | 0.51 |
| Hex | BD | A2 | 49 | 0 | E | 3D | 1A | 2E | 2F | 33 |
| Octal | 275 | 242 | 111 | 0 | 16 | 75 | 32 | 56 | 57 | 63 |
| Binary | 10111101 | 10100010 | 1001001 | 0 | 1110 | 111101 | 11010 | 101110 | 101111 | 110011 |
Color Harmonies of #BDA249
Complementary color
Monochromatic Colors of #BDA249
Black with #BDA249
Text Example
Text Example
White with #BDA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA249; }
p { color: rgb(189,162,73); }
H1.HeaderClassName
{
color: #BDA249;
}
.AnyTagClassName
{
color: #BDA249;
}
</style>
background-color css
<style>
a { background-color: #BDA249; }
a { background-color: rgb(189,162,73); }
div.DivClassName
{
background-color: #BDA249;
}
.BgClassName
{
background-color: #BDA249;
}
</style>
border-color css
<style>
span { border-color: #BDA249; }
span { border-color: rgb(189,162,73); }
td.TdClassName
{
border-color: #BDA249;
}
.TagClassName
{
border-color: #BDA249;
}
</style>