Shades of Sundance #BDA847
Tints of Sundance #BDA847
RGB
CMYK
RGB Variations
Color information
#BDA847 (or 0xBDA847) is known color: Sundance. HEX triplet: BD, A8 and 47. RGB value is (189,168,71). Sum of RGB (Red+Green+Blue) = 189+168+71=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA847 is #4257B8. Grayscale: #A3A3A3. Windows color (decimal): -4347833 or 4696253. OLE color: 4696253.
HSL color Cylindrical-coordinate representation of color #BDA847: hue angle of 49.32º 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 #BDA847 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.26 |
| HSL | 49.32º | 0.47% | 0.51% | - |
| HSV(B) | 49.32º | 0.62% | 0.74% | - |
| XYZ | 36.13 | 39.28 | 11.64 | - |
| YUV | 163.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 71 | 0 | 0.11 | 0.62 | 0.26 | 49.32 | 0.47 | 0.51 |
| Hex | BD | A8 | 47 | 0 | B | 3E | 1A | 31 | 2F | 33 |
| Octal | 275 | 250 | 107 | 0 | 13 | 76 | 32 | 61 | 57 | 63 |
| Binary | 10111101 | 10101000 | 1000111 | 0 | 1011 | 111110 | 11010 | 110001 | 101111 | 110011 |
Color Harmonies of #BDA847
Complementary color
Monochromatic Colors of #BDA847
Black with #BDA847
Text Example
Text Example
White with #BDA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA847; }
p { color: rgb(189,168,71); }
H1.HeaderClassName
{
color: #BDA847;
}
.AnyTagClassName
{
color: #BDA847;
}
</style>
background-color css
<style>
a { background-color: #BDA847; }
a { background-color: rgb(189,168,71); }
div.DivClassName
{
background-color: #BDA847;
}
.BgClassName
{
background-color: #BDA847;
}
</style>
border-color css
<style>
span { border-color: #BDA847; }
span { border-color: rgb(189,168,71); }
td.TdClassName
{
border-color: #BDA847;
}
.TagClassName
{
border-color: #BDA847;
}
</style>