Shades of Sundance #BDAB47
Tints of Sundance #BDAB47
RGB
CMYK
RGB Variations
Color information
#BDAB47 (or 0xBDAB47) is known color: Sundance. HEX triplet: BD, AB and 47. RGB value is (189,171,71). Sum of RGB (Red+Green+Blue) = 189+171+71=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB47 is #4254B8. Grayscale: #A5A5A5. Windows color (decimal): -4347065 or 4697021. OLE color: 4697021.
HSL color Cylindrical-coordinate representation of color #BDAB47: hue angle of 50.85º 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 #BDAB47 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 71 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.26 |
| HSL | 50.85º | 0.47% | 0.51% | - |
| HSV(B) | 50.85º | 0.62% | 0.74% | - |
| XYZ | 36.69 | 40.4 | 11.83 | - |
| YUV | 164.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 71 | 0 | 0.10 | 0.62 | 0.26 | 50.85 | 0.47 | 0.51 |
| Hex | BD | AB | 47 | 0 | A | 3E | 1A | 33 | 2F | 33 |
| Octal | 275 | 253 | 107 | 0 | 12 | 76 | 32 | 63 | 57 | 63 |
| Binary | 10111101 | 10101011 | 1000111 | 0 | 1010 | 111110 | 11010 | 110011 | 101111 | 110011 |
Color Harmonies of #BDAB47
Complementary color
Monochromatic Colors of #BDAB47
Black with #BDAB47
Text Example
Text Example
White with #BDAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB47; }
p { color: rgb(189,171,71); }
H1.HeaderClassName
{
color: #BDAB47;
}
.AnyTagClassName
{
color: #BDAB47;
}
</style>
background-color css
<style>
a { background-color: #BDAB47; }
a { background-color: rgb(189,171,71); }
div.DivClassName
{
background-color: #BDAB47;
}
.BgClassName
{
background-color: #BDAB47;
}
</style>
border-color css
<style>
span { border-color: #BDAB47; }
span { border-color: rgb(189,171,71); }
td.TdClassName
{
border-color: #BDAB47;
}
.TagClassName
{
border-color: #BDAB47;
}
</style>