Shades of Sundance #BDA050
Tints of Sundance #BDA050
RGB
CMYK
RGB Variations
Color information
#BDA050 (or 0xBDA050) is known color: Sundance. HEX triplet: BD, A0 and 50. RGB value is (189,160,80). Sum of RGB (Red+Green+Blue) = 189+160+80=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA050 is #425FAF. Grayscale: #9F9F9F. Windows color (decimal): -4349872 or 5284029. OLE color: 5284029.
HSL color Cylindrical-coordinate representation of color #BDA050: hue angle of 44.04º 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 #BDA050 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 80 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.26 |
| HSL | 44.04º | 0.45% | 0.53% | - |
| HSV(B) | 44.04º | 0.58% | 0.74% | - |
| XYZ | 35.01 | 36.54 | 12.8 | - |
| YUV | 159.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 80 | 0 | 0.15 | 0.58 | 0.26 | 44.04 | 0.45 | 0.53 |
| Hex | BD | A0 | 50 | 0 | F | 3A | 1A | 2C | 2D | 35 |
| Octal | 275 | 240 | 120 | 0 | 17 | 72 | 32 | 54 | 55 | 65 |
| Binary | 10111101 | 10100000 | 1010000 | 0 | 1111 | 111010 | 11010 | 101100 | 101101 | 110101 |
Color Harmonies of #BDA050
Complementary color
Monochromatic Colors of #BDA050
Black with #BDA050
Text Example
Text Example
White with #BDA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA050; }
p { color: rgb(189,160,80); }
H1.HeaderClassName
{
color: #BDA050;
}
.AnyTagClassName
{
color: #BDA050;
}
</style>
background-color css
<style>
a { background-color: #BDA050; }
a { background-color: rgb(189,160,80); }
div.DivClassName
{
background-color: #BDA050;
}
.BgClassName
{
background-color: #BDA050;
}
</style>
border-color css
<style>
span { border-color: #BDA050; }
span { border-color: rgb(189,160,80); }
td.TdClassName
{
border-color: #BDA050;
}
.TagClassName
{
border-color: #BDA050;
}
</style>