Shades of Sundance #BDA651
Tints of Sundance #BDA651
RGB
CMYK
RGB Variations
Color information
#BDA651 (or 0xBDA651) is known color: Sundance. HEX triplet: BD, A6 and 51. RGB value is (189,166,81). Sum of RGB (Red+Green+Blue) = 189+166+81=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA651 is #4259AE. Grayscale: #A3A3A3. Windows color (decimal): -4348335 or 5351101. OLE color: 5351101.
HSL color Cylindrical-coordinate representation of color #BDA651: hue angle of 47.22º 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 #BDA651 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 81 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.26 |
| HSL | 47.22º | 0.45% | 0.53% | - |
| HSV(B) | 47.22º | 0.57% | 0.74% | - |
| XYZ | 36.11 | 38.69 | 13.35 | - |
| YUV | 163.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 81 | 0 | 0.12 | 0.57 | 0.26 | 47.22 | 0.45 | 0.53 |
| Hex | BD | A6 | 51 | 0 | C | 39 | 1A | 2F | 2D | 35 |
| Octal | 275 | 246 | 121 | 0 | 14 | 71 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100110 | 1010001 | 0 | 1100 | 111001 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA651
Complementary color
Monochromatic Colors of #BDA651
Black with #BDA651
Text Example
Text Example
White with #BDA651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA651; }
p { color: rgb(189,166,81); }
H1.HeaderClassName
{
color: #BDA651;
}
.AnyTagClassName
{
color: #BDA651;
}
</style>
background-color css
<style>
a { background-color: #BDA651; }
a { background-color: rgb(189,166,81); }
div.DivClassName
{
background-color: #BDA651;
}
.BgClassName
{
background-color: #BDA651;
}
</style>
border-color css
<style>
span { border-color: #BDA651; }
span { border-color: rgb(189,166,81); }
td.TdClassName
{
border-color: #BDA651;
}
.TagClassName
{
border-color: #BDA651;
}
</style>