Shades of Sundance #BDA053
Tints of Sundance #BDA053
RGB
CMYK
RGB Variations
Color information
#BDA053 (or 0xBDA053) is known color: Sundance. HEX triplet: BD, A0 and 53. RGB value is (189,160,83). Sum of RGB (Red+Green+Blue) = 189+160+83=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA053 is #425FAC. Grayscale: #A0A0A0. Windows color (decimal): -4349869 or 5480637. OLE color: 5480637.
HSL color Cylindrical-coordinate representation of color #BDA053: hue angle of 43.58º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDA053 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 83 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.26 |
| HSL | 43.58º | 0.45% | 0.53% | - |
| HSV(B) | 43.58º | 0.56% | 0.74% | - |
| XYZ | 35.12 | 36.58 | 13.39 | - |
| YUV | 159.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 83 | 0 | 0.15 | 0.56 | 0.26 | 43.58 | 0.45 | 0.53 |
| Hex | BD | A0 | 53 | 0 | F | 38 | 1A | 2C | 2D | 35 |
| Octal | 275 | 240 | 123 | 0 | 17 | 70 | 32 | 54 | 55 | 65 |
| Binary | 10111101 | 10100000 | 1010011 | 0 | 1111 | 111000 | 11010 | 101100 | 101101 | 110101 |
Color Harmonies of #BDA053
Complementary color
Monochromatic Colors of #BDA053
Black with #BDA053
Text Example
Text Example
White with #BDA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA053; }
p { color: rgb(189,160,83); }
H1.HeaderClassName
{
color: #BDA053;
}
.AnyTagClassName
{
color: #BDA053;
}
</style>
background-color css
<style>
a { background-color: #BDA053; }
a { background-color: rgb(189,160,83); }
div.DivClassName
{
background-color: #BDA053;
}
.BgClassName
{
background-color: #BDA053;
}
</style>
border-color css
<style>
span { border-color: #BDA053; }
span { border-color: rgb(189,160,83); }
td.TdClassName
{
border-color: #BDA053;
}
.TagClassName
{
border-color: #BDA053;
}
</style>