Shades of Sundance #BDA355
Tints of Sundance #BDA355
RGB
CMYK
RGB Variations
Color information
#BDA355 (or 0xBDA355) is known color: Sundance. HEX triplet: BD, A3 and 55. RGB value is (189,163,85). Sum of RGB (Red+Green+Blue) = 189+163+85=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA355 is #425CAA. Grayscale: #A2A2A2. Windows color (decimal): -4349099 or 5612477. OLE color: 5612477.
HSL color Cylindrical-coordinate representation of color #BDA355: hue angle of 45º 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 #BDA355 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 85 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.26 |
| HSL | 45º | 0.44% | 0.54% | - |
| HSV(B) | 45º | 0.55% | 0.74% | - |
| XYZ | 35.72 | 37.67 | 13.98 | - |
| YUV | 161.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 85 | 0 | 0.14 | 0.55 | 0.26 | 45 | 0.44 | 0.54 |
| Hex | BD | A3 | 55 | 0 | E | 37 | 1A | 2D | 2C | 36 |
| Octal | 275 | 243 | 125 | 0 | 16 | 67 | 32 | 55 | 54 | 66 |
| Binary | 10111101 | 10100011 | 1010101 | 0 | 1110 | 110111 | 11010 | 101101 | 101100 | 110110 |
Color Harmonies of #BDA355
Complementary color
Monochromatic Colors of #BDA355
Black with #BDA355
Text Example
Text Example
White with #BDA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA355; }
p { color: rgb(189,163,85); }
H1.HeaderClassName
{
color: #BDA355;
}
.AnyTagClassName
{
color: #BDA355;
}
</style>
background-color css
<style>
a { background-color: #BDA355; }
a { background-color: rgb(189,163,85); }
div.DivClassName
{
background-color: #BDA355;
}
.BgClassName
{
background-color: #BDA355;
}
</style>
border-color css
<style>
span { border-color: #BDA355; }
span { border-color: rgb(189,163,85); }
td.TdClassName
{
border-color: #BDA355;
}
.TagClassName
{
border-color: #BDA355;
}
</style>