Shades of Sundance #BDA246
Tints of Sundance #BDA246
RGB
CMYK
RGB Variations
Color information
#BDA246 (or 0xBDA246) is known color: Sundance. HEX triplet: BD, A2 and 46. RGB value is (189,162,70). Sum of RGB (Red+Green+Blue) = 189+162+70=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA246 is #425DB9. Grayscale: #9F9F9F. Windows color (decimal): -4349370 or 4629181. OLE color: 4629181.
HSL color Cylindrical-coordinate representation of color #BDA246: hue angle of 46.39º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDA246 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 70 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.26 |
| HSL | 46.39º | 0.47% | 0.51% | - |
| HSV(B) | 46.39º | 0.63% | 0.74% | - |
| XYZ | 35.01 | 37.1 | 11.11 | - |
| YUV | 159.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 70 | 0 | 0.14 | 0.63 | 0.26 | 46.39 | 0.47 | 0.51 |
| Hex | BD | A2 | 46 | 0 | E | 3F | 1A | 2E | 2F | 33 |
| Octal | 275 | 242 | 106 | 0 | 16 | 77 | 32 | 56 | 57 | 63 |
| Binary | 10111101 | 10100010 | 1000110 | 0 | 1110 | 111111 | 11010 | 101110 | 101111 | 110011 |
Color Harmonies of #BDA246
Complementary color
Monochromatic Colors of #BDA246
Black with #BDA246
Text Example
Text Example
White with #BDA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA246; }
p { color: rgb(189,162,70); }
H1.HeaderClassName
{
color: #BDA246;
}
.AnyTagClassName
{
color: #BDA246;
}
</style>
background-color css
<style>
a { background-color: #BDA246; }
a { background-color: rgb(189,162,70); }
div.DivClassName
{
background-color: #BDA246;
}
.BgClassName
{
background-color: #BDA246;
}
</style>
border-color css
<style>
span { border-color: #BDA246; }
span { border-color: rgb(189,162,70); }
td.TdClassName
{
border-color: #BDA246;
}
.TagClassName
{
border-color: #BDA246;
}
</style>