Shades of Sundance #BDA052
Tints of Sundance #BDA052
RGB
CMYK
RGB Variations
Color information
#BDA052 (or 0xBDA052) is known color: Sundance. HEX triplet: BD, A0 and 52. RGB value is (189,160,82). Sum of RGB (Red+Green+Blue) = 189+160+82=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA052 is #425FAD. Grayscale: #A0A0A0. Windows color (decimal): -4349870 or 5415101. OLE color: 5415101.
HSL color Cylindrical-coordinate representation of color #BDA052: hue angle of 43.74º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDA052 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 82 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.26 |
| HSL | 43.74º | 0.45% | 0.53% | - |
| HSV(B) | 43.74º | 0.57% | 0.74% | - |
| XYZ | 35.08 | 36.57 | 13.19 | - |
| YUV | 159.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 82 | 0 | 0.15 | 0.57 | 0.26 | 43.74 | 0.45 | 0.53 |
| Hex | BD | A0 | 52 | 0 | F | 39 | 1A | 2C | 2D | 35 |
| Octal | 275 | 240 | 122 | 0 | 17 | 71 | 32 | 54 | 55 | 65 |
| Binary | 10111101 | 10100000 | 1010010 | 0 | 1111 | 111001 | 11010 | 101100 | 101101 | 110101 |
Color Harmonies of #BDA052
Complementary color
Monochromatic Colors of #BDA052
Black with #BDA052
Text Example
Text Example
White with #BDA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA052; }
p { color: rgb(189,160,82); }
H1.HeaderClassName
{
color: #BDA052;
}
.AnyTagClassName
{
color: #BDA052;
}
</style>
background-color css
<style>
a { background-color: #BDA052; }
a { background-color: rgb(189,160,82); }
div.DivClassName
{
background-color: #BDA052;
}
.BgClassName
{
background-color: #BDA052;
}
</style>
border-color css
<style>
span { border-color: #BDA052; }
span { border-color: rgb(189,160,82); }
td.TdClassName
{
border-color: #BDA052;
}
.TagClassName
{
border-color: #BDA052;
}
</style>