Shades of Sundance #BDA451
Tints of Sundance #BDA451
RGB
CMYK
RGB Variations
Color information
#BDA451 (or 0xBDA451) is known color: Sundance. HEX triplet: BD, A4 and 51. RGB value is (189,164,81). Sum of RGB (Red+Green+Blue) = 189+164+81=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA451 is #425BAE. Grayscale: #A2A2A2. Windows color (decimal): -4348847 or 5350589. OLE color: 5350589.
HSL color Cylindrical-coordinate representation of color #BDA451: hue angle of 46.11º 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 #BDA451 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 81 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.26 |
| HSL | 46.11º | 0.45% | 0.53% | - |
| HSV(B) | 46.11º | 0.57% | 0.74% | - |
| XYZ | 35.75 | 37.96 | 13.23 | - |
| YUV | 162.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 81 | 0 | 0.13 | 0.57 | 0.26 | 46.11 | 0.45 | 0.53 |
| Hex | BD | A4 | 51 | 0 | D | 39 | 1A | 2E | 2D | 35 |
| Octal | 275 | 244 | 121 | 0 | 15 | 71 | 32 | 56 | 55 | 65 |
| Binary | 10111101 | 10100100 | 1010001 | 0 | 1101 | 111001 | 11010 | 101110 | 101101 | 110101 |
Color Harmonies of #BDA451
Complementary color
Monochromatic Colors of #BDA451
Black with #BDA451
Text Example
Text Example
White with #BDA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA451; }
p { color: rgb(189,164,81); }
H1.HeaderClassName
{
color: #BDA451;
}
.AnyTagClassName
{
color: #BDA451;
}
</style>
background-color css
<style>
a { background-color: #BDA451; }
a { background-color: rgb(189,164,81); }
div.DivClassName
{
background-color: #BDA451;
}
.BgClassName
{
background-color: #BDA451;
}
</style>
border-color css
<style>
span { border-color: #BDA451; }
span { border-color: rgb(189,164,81); }
td.TdClassName
{
border-color: #BDA451;
}
.TagClassName
{
border-color: #BDA451;
}
</style>