Shades of Sundance #BDA750
Tints of Sundance #BDA750
RGB
CMYK
RGB Variations
Color information
#BDA750 (or 0xBDA750) is known color: Sundance. HEX triplet: BD, A7 and 50. RGB value is (189,167,80). Sum of RGB (Red+Green+Blue) = 189+167+80=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA750 is #4258AF. Grayscale: #A4A4A4. Windows color (decimal): -4348080 or 5285821. OLE color: 5285821.
HSL color Cylindrical-coordinate representation of color #BDA750: hue angle of 47.89º 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 #BDA750 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 80 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.26 |
| HSL | 47.89º | 0.45% | 0.53% | - |
| HSV(B) | 47.89º | 0.58% | 0.74% | - |
| XYZ | 36.25 | 39.04 | 13.21 | - |
| YUV | 163.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 80 | 0 | 0.12 | 0.58 | 0.26 | 47.89 | 0.45 | 0.53 |
| Hex | BD | A7 | 50 | 0 | C | 3A | 1A | 30 | 2D | 35 |
| Octal | 275 | 247 | 120 | 0 | 14 | 72 | 32 | 60 | 55 | 65 |
| Binary | 10111101 | 10100111 | 1010000 | 0 | 1100 | 111010 | 11010 | 110000 | 101101 | 110101 |
Color Harmonies of #BDA750
Complementary color
Monochromatic Colors of #BDA750
Black with #BDA750
Text Example
Text Example
White with #BDA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA750; }
p { color: rgb(189,167,80); }
H1.HeaderClassName
{
color: #BDA750;
}
.AnyTagClassName
{
color: #BDA750;
}
</style>
background-color css
<style>
a { background-color: #BDA750; }
a { background-color: rgb(189,167,80); }
div.DivClassName
{
background-color: #BDA750;
}
.BgClassName
{
background-color: #BDA750;
}
</style>
border-color css
<style>
span { border-color: #BDA750; }
span { border-color: rgb(189,167,80); }
td.TdClassName
{
border-color: #BDA750;
}
.TagClassName
{
border-color: #BDA750;
}
</style>