Shades of Sundance #BDA054
Tints of Sundance #BDA054
RGB
CMYK
RGB Variations
Color information
#BDA054 (or 0xBDA054) is known color: Sundance. HEX triplet: BD, A0 and 54. RGB value is (189,160,84). Sum of RGB (Red+Green+Blue) = 189+160+84=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA054 is #425FAB. Grayscale: #A0A0A0. Windows color (decimal): -4349868 or 5546173. OLE color: 5546173.
HSL color Cylindrical-coordinate representation of color #BDA054: hue angle of 43.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDA054 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 84 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.26 |
| HSL | 43.43º | 0.44% | 0.54% | - |
| HSV(B) | 43.43º | 0.56% | 0.74% | - |
| XYZ | 35.16 | 36.6 | 13.6 | - |
| YUV | 160.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 84 | 0 | 0.15 | 0.56 | 0.26 | 43.43 | 0.44 | 0.54 |
| Hex | BD | A0 | 54 | 0 | F | 38 | 1A | 2B | 2C | 36 |
| Octal | 275 | 240 | 124 | 0 | 17 | 70 | 32 | 53 | 54 | 66 |
| Binary | 10111101 | 10100000 | 1010100 | 0 | 1111 | 111000 | 11010 | 101011 | 101100 | 110110 |
Color Harmonies of #BDA054
Complementary color
Monochromatic Colors of #BDA054
Black with #BDA054
Text Example
Text Example
White with #BDA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA054; }
p { color: rgb(189,160,84); }
H1.HeaderClassName
{
color: #BDA054;
}
.AnyTagClassName
{
color: #BDA054;
}
</style>
background-color css
<style>
a { background-color: #BDA054; }
a { background-color: rgb(189,160,84); }
div.DivClassName
{
background-color: #BDA054;
}
.BgClassName
{
background-color: #BDA054;
}
</style>
border-color css
<style>
span { border-color: #BDA054; }
span { border-color: rgb(189,160,84); }
td.TdClassName
{
border-color: #BDA054;
}
.TagClassName
{
border-color: #BDA054;
}
</style>