Shades of Sundance #BDA251
Tints of Sundance #BDA251
RGB
CMYK
RGB Variations
Color information
#BDA251 (or 0xBDA251) is known color: Sundance. HEX triplet: BD, A2 and 51. RGB value is (189,162,81). Sum of RGB (Red+Green+Blue) = 189+162+81=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA251 is #425DAE. Grayscale: #A1A1A1. Windows color (decimal): -4349359 or 5350077. OLE color: 5350077.
HSL color Cylindrical-coordinate representation of color #BDA251: hue angle of 45º 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 #BDA251 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 81 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.26 |
| HSL | 45º | 0.45% | 0.53% | - |
| HSV(B) | 45º | 0.57% | 0.74% | - |
| XYZ | 35.39 | 37.25 | 13.11 | - |
| YUV | 160.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 81 | 0 | 0.14 | 0.57 | 0.26 | 45 | 0.45 | 0.53 |
| Hex | BD | A2 | 51 | 0 | E | 39 | 1A | 2D | 2D | 35 |
| Octal | 275 | 242 | 121 | 0 | 16 | 71 | 32 | 55 | 55 | 65 |
| Binary | 10111101 | 10100010 | 1010001 | 0 | 1110 | 111001 | 11010 | 101101 | 101101 | 110101 |
Color Harmonies of #BDA251
Complementary color
Monochromatic Colors of #BDA251
Black with #BDA251
Text Example
Text Example
White with #BDA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA251; }
p { color: rgb(189,162,81); }
H1.HeaderClassName
{
color: #BDA251;
}
.AnyTagClassName
{
color: #BDA251;
}
</style>
background-color css
<style>
a { background-color: #BDA251; }
a { background-color: rgb(189,162,81); }
div.DivClassName
{
background-color: #BDA251;
}
.BgClassName
{
background-color: #BDA251;
}
</style>
border-color css
<style>
span { border-color: #BDA251; }
span { border-color: rgb(189,162,81); }
td.TdClassName
{
border-color: #BDA251;
}
.TagClassName
{
border-color: #BDA251;
}
</style>