Shades of Sundance #BDA550
Tints of Sundance #BDA550
RGB
CMYK
RGB Variations
Color information
#BDA550 (or 0xBDA550) is known color: Sundance. HEX triplet: BD, A5 and 50. RGB value is (189,165,80). Sum of RGB (Red+Green+Blue) = 189+165+80=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA550 is #425AAF. Grayscale: #A2A2A2. Windows color (decimal): -4348592 or 5285309. OLE color: 5285309.
HSL color Cylindrical-coordinate representation of color #BDA550: hue angle of 46.79º 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 #BDA550 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 80 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.26 |
| HSL | 46.79º | 0.45% | 0.53% | - |
| HSV(B) | 46.79º | 0.58% | 0.74% | - |
| XYZ | 35.89 | 38.31 | 13.09 | - |
| YUV | 162.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 80 | 0 | 0.13 | 0.58 | 0.26 | 46.79 | 0.45 | 0.53 |
| Hex | BD | A5 | 50 | 0 | D | 3A | 1A | 2F | 2D | 35 |
| Octal | 275 | 245 | 120 | 0 | 15 | 72 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100101 | 1010000 | 0 | 1101 | 111010 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA550
Complementary color
Monochromatic Colors of #BDA550
Black with #BDA550
Text Example
Text Example
White with #BDA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA550; }
p { color: rgb(189,165,80); }
H1.HeaderClassName
{
color: #BDA550;
}
.AnyTagClassName
{
color: #BDA550;
}
</style>
background-color css
<style>
a { background-color: #BDA550; }
a { background-color: rgb(189,165,80); }
div.DivClassName
{
background-color: #BDA550;
}
.BgClassName
{
background-color: #BDA550;
}
</style>
border-color css
<style>
span { border-color: #BDA550; }
span { border-color: rgb(189,165,80); }
td.TdClassName
{
border-color: #BDA550;
}
.TagClassName
{
border-color: #BDA550;
}
</style>