Shades of Sundance #BDA247
Tints of Sundance #BDA247
RGB
CMYK
RGB Variations
Color information
#BDA247 (or 0xBDA247) is known color: Sundance. HEX triplet: BD, A2 and 47. RGB value is (189,162,71). Sum of RGB (Red+Green+Blue) = 189+162+71=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA247 is #425DB8. Grayscale: #A0A0A0. Windows color (decimal): -4349369 or 4694717. OLE color: 4694717.
HSL color Cylindrical-coordinate representation of color #BDA247: hue angle of 46.27º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDA247 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 71 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.26 |
| HSL | 46.27º | 0.47% | 0.51% | - |
| HSV(B) | 46.27º | 0.62% | 0.74% | - |
| XYZ | 35.04 | 37.11 | 11.28 | - |
| YUV | 159.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 71 | 0 | 0.14 | 0.62 | 0.26 | 46.27 | 0.47 | 0.51 |
| Hex | BD | A2 | 47 | 0 | E | 3E | 1A | 2E | 2F | 33 |
| Octal | 275 | 242 | 107 | 0 | 16 | 76 | 32 | 56 | 57 | 63 |
| Binary | 10111101 | 10100010 | 1000111 | 0 | 1110 | 111110 | 11010 | 101110 | 101111 | 110011 |
Color Harmonies of #BDA247
Complementary color
Monochromatic Colors of #BDA247
Black with #BDA247
Text Example
Text Example
White with #BDA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA247; }
p { color: rgb(189,162,71); }
H1.HeaderClassName
{
color: #BDA247;
}
.AnyTagClassName
{
color: #BDA247;
}
</style>
background-color css
<style>
a { background-color: #BDA247; }
a { background-color: rgb(189,162,71); }
div.DivClassName
{
background-color: #BDA247;
}
.BgClassName
{
background-color: #BDA247;
}
</style>
border-color css
<style>
span { border-color: #BDA247; }
span { border-color: rgb(189,162,71); }
td.TdClassName
{
border-color: #BDA247;
}
.TagClassName
{
border-color: #BDA247;
}
</style>