Shades of Sundance #BDA455
Tints of Sundance #BDA455
RGB
CMYK
RGB Variations
Color information
#BDA455 (or 0xBDA455) is known color: Sundance. HEX triplet: BD, A4 and 55. RGB value is (189,164,85). Sum of RGB (Red+Green+Blue) = 189+164+85=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA455 is #425BAA. Grayscale: #A2A2A2. Windows color (decimal): -4348843 or 5612733. OLE color: 5612733.
HSL color Cylindrical-coordinate representation of color #BDA455: hue angle of 45.58º 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 #BDA455 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 85 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.26 |
| HSL | 45.58º | 0.44% | 0.54% | - |
| HSV(B) | 45.58º | 0.55% | 0.74% | - |
| XYZ | 35.9 | 38.03 | 14.04 | - |
| YUV | 162.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 85 | 0 | 0.13 | 0.55 | 0.26 | 45.58 | 0.44 | 0.54 |
| Hex | BD | A4 | 55 | 0 | D | 37 | 1A | 2E | 2C | 36 |
| Octal | 275 | 244 | 125 | 0 | 15 | 67 | 32 | 56 | 54 | 66 |
| Binary | 10111101 | 10100100 | 1010101 | 0 | 1101 | 110111 | 11010 | 101110 | 101100 | 110110 |
Color Harmonies of #BDA455
Complementary color
Monochromatic Colors of #BDA455
Black with #BDA455
Text Example
Text Example
White with #BDA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA455; }
p { color: rgb(189,164,85); }
H1.HeaderClassName
{
color: #BDA455;
}
.AnyTagClassName
{
color: #BDA455;
}
</style>
background-color css
<style>
a { background-color: #BDA455; }
a { background-color: rgb(189,164,85); }
div.DivClassName
{
background-color: #BDA455;
}
.BgClassName
{
background-color: #BDA455;
}
</style>
border-color css
<style>
span { border-color: #BDA455; }
span { border-color: rgb(189,164,85); }
td.TdClassName
{
border-color: #BDA455;
}
.TagClassName
{
border-color: #BDA455;
}
</style>