Shades of Sundance #BDA453
Tints of Sundance #BDA453
RGB
CMYK
RGB Variations
Color information
#BDA453 (or 0xBDA453) is known color: Sundance. HEX triplet: BD, A4 and 53. RGB value is (189,164,83). Sum of RGB (Red+Green+Blue) = 189+164+83=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA453 is #425BAC. Grayscale: #A2A2A2. Windows color (decimal): -4348845 or 5481661. OLE color: 5481661.
HSL color Cylindrical-coordinate representation of color #BDA453: hue angle of 45.85º 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 #BDA453 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 83 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.26 |
| HSL | 45.85º | 0.45% | 0.53% | - |
| HSV(B) | 45.85º | 0.56% | 0.74% | - |
| XYZ | 35.82 | 37.99 | 13.63 | - |
| YUV | 162.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 83 | 0 | 0.13 | 0.56 | 0.26 | 45.85 | 0.45 | 0.53 |
| Hex | BD | A4 | 53 | 0 | D | 38 | 1A | 2E | 2D | 35 |
| Octal | 275 | 244 | 123 | 0 | 15 | 70 | 32 | 56 | 55 | 65 |
| Binary | 10111101 | 10100100 | 1010011 | 0 | 1101 | 111000 | 11010 | 101110 | 101101 | 110101 |
Color Harmonies of #BDA453
Complementary color
Monochromatic Colors of #BDA453
Black with #BDA453
Text Example
Text Example
White with #BDA453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA453; }
p { color: rgb(189,164,83); }
H1.HeaderClassName
{
color: #BDA453;
}
.AnyTagClassName
{
color: #BDA453;
}
</style>
background-color css
<style>
a { background-color: #BDA453; }
a { background-color: rgb(189,164,83); }
div.DivClassName
{
background-color: #BDA453;
}
.BgClassName
{
background-color: #BDA453;
}
</style>
border-color css
<style>
span { border-color: #BDA453; }
span { border-color: rgb(189,164,83); }
td.TdClassName
{
border-color: #BDA453;
}
.TagClassName
{
border-color: #BDA453;
}
</style>