Shades of Sundance #BDA655
Tints of Sundance #BDA655
RGB
CMYK
RGB Variations
Color information
#BDA655 (or 0xBDA655) is known color: Sundance. HEX triplet: BD, A6 and 55. RGB value is (189,166,85). Sum of RGB (Red+Green+Blue) = 189+166+85=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA655 is #4259AA. Grayscale: #A3A3A3. Windows color (decimal): -4348331 or 5613245. OLE color: 5613245.
HSL color Cylindrical-coordinate representation of color #BDA655: hue angle of 46.73º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDA655 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 85 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.26 |
| HSL | 46.73º | 0.44% | 0.54% | - |
| HSV(B) | 46.73º | 0.55% | 0.74% | - |
| XYZ | 36.26 | 38.75 | 14.16 | - |
| YUV | 163.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 85 | 0 | 0.12 | 0.55 | 0.26 | 46.73 | 0.44 | 0.54 |
| Hex | BD | A6 | 55 | 0 | C | 37 | 1A | 2F | 2C | 36 |
| Octal | 275 | 246 | 125 | 0 | 14 | 67 | 32 | 57 | 54 | 66 |
| Binary | 10111101 | 10100110 | 1010101 | 0 | 1100 | 110111 | 11010 | 101111 | 101100 | 110110 |
Color Harmonies of #BDA655
Complementary color
Monochromatic Colors of #BDA655
Black with #BDA655
Text Example
Text Example
White with #BDA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA655; }
p { color: rgb(189,166,85); }
H1.HeaderClassName
{
color: #BDA655;
}
.AnyTagClassName
{
color: #BDA655;
}
</style>
background-color css
<style>
a { background-color: #BDA655; }
a { background-color: rgb(189,166,85); }
div.DivClassName
{
background-color: #BDA655;
}
.BgClassName
{
background-color: #BDA655;
}
</style>
border-color css
<style>
span { border-color: #BDA655; }
span { border-color: rgb(189,166,85); }
td.TdClassName
{
border-color: #BDA655;
}
.TagClassName
{
border-color: #BDA655;
}
</style>