Shades of Sundance #BDA650
Tints of Sundance #BDA650
RGB
CMYK
RGB Variations
Color information
#BDA650 (or 0xBDA650) is known color: Sundance. HEX triplet: BD, A6 and 50. RGB value is (189,166,80). Sum of RGB (Red+Green+Blue) = 189+166+80=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA650 is #4259AF. Grayscale: #A3A3A3. Windows color (decimal): -4348336 or 5285565. OLE color: 5285565.
HSL color Cylindrical-coordinate representation of color #BDA650: hue angle of 47.34º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA650 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 80 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.26 |
| HSL | 47.34º | 0.45% | 0.53% | - |
| HSV(B) | 47.34º | 0.58% | 0.74% | - |
| XYZ | 36.07 | 38.67 | 13.15 | - |
| YUV | 163.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 80 | 0 | 0.12 | 0.58 | 0.26 | 47.34 | 0.45 | 0.53 |
| Hex | BD | A6 | 50 | 0 | C | 3A | 1A | 2F | 2D | 35 |
| Octal | 275 | 246 | 120 | 0 | 14 | 72 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100110 | 1010000 | 0 | 1100 | 111010 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA650
Complementary color
Monochromatic Colors of #BDA650
Black with #BDA650
Text Example
Text Example
White with #BDA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA650; }
p { color: rgb(189,166,80); }
H1.HeaderClassName
{
color: #BDA650;
}
.AnyTagClassName
{
color: #BDA650;
}
</style>
background-color css
<style>
a { background-color: #BDA650; }
a { background-color: rgb(189,166,80); }
div.DivClassName
{
background-color: #BDA650;
}
.BgClassName
{
background-color: #BDA650;
}
</style>
border-color css
<style>
span { border-color: #BDA650; }
span { border-color: rgb(189,166,80); }
td.TdClassName
{
border-color: #BDA650;
}
.TagClassName
{
border-color: #BDA650;
}
</style>