Shades of Sundance #BDA350
Tints of Sundance #BDA350
RGB
CMYK
RGB Variations
Color information
#BDA350 (or 0xBDA350) is known color: Sundance. HEX triplet: BD, A3 and 50. RGB value is (189,163,80). Sum of RGB (Red+Green+Blue) = 189+163+80=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA350 is #425CAF. Grayscale: #A1A1A1. Windows color (decimal): -4349104 or 5284797. OLE color: 5284797.
HSL color Cylindrical-coordinate representation of color #BDA350: hue angle of 45.69º 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 #BDA350 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 80 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.26 |
| HSL | 45.69º | 0.45% | 0.53% | - |
| HSV(B) | 45.69º | 0.58% | 0.74% | - |
| XYZ | 35.53 | 37.59 | 12.97 | - |
| YUV | 161.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 80 | 0 | 0.14 | 0.58 | 0.26 | 45.69 | 0.45 | 0.53 |
| Hex | BD | A3 | 50 | 0 | E | 3A | 1A | 2E | 2D | 35 |
| Octal | 275 | 243 | 120 | 0 | 16 | 72 | 32 | 56 | 55 | 65 |
| Binary | 10111101 | 10100011 | 1010000 | 0 | 1110 | 111010 | 11010 | 101110 | 101101 | 110101 |
Color Harmonies of #BDA350
Complementary color
Monochromatic Colors of #BDA350
Black with #BDA350
Text Example
Text Example
White with #BDA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA350; }
p { color: rgb(189,163,80); }
H1.HeaderClassName
{
color: #BDA350;
}
.AnyTagClassName
{
color: #BDA350;
}
</style>
background-color css
<style>
a { background-color: #BDA350; }
a { background-color: rgb(189,163,80); }
div.DivClassName
{
background-color: #BDA350;
}
.BgClassName
{
background-color: #BDA350;
}
</style>
border-color css
<style>
span { border-color: #BDA350; }
span { border-color: rgb(189,163,80); }
td.TdClassName
{
border-color: #BDA350;
}
.TagClassName
{
border-color: #BDA350;
}
</style>