Shades of Sundance #BDAB54
Tints of Sundance #BDAB54
RGB
CMYK
RGB Variations
Color information
#BDAB54 (or 0xBDAB54) is known color: Sundance. HEX triplet: BD, AB and 54. RGB value is (189,171,84). Sum of RGB (Red+Green+Blue) = 189+171+84=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB54 is #4254AB. Grayscale: #A6A6A6. Windows color (decimal): -4347052 or 5548989. OLE color: 5548989.
HSL color Cylindrical-coordinate representation of color #BDAB54: hue angle of 49.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDAB54 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 84 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.26 |
| HSL | 49.71º | 0.44% | 0.54% | - |
| HSV(B) | 49.71º | 0.56% | 0.74% | - |
| XYZ | 37.15 | 40.58 | 14.26 | - |
| YUV | 166.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 84 | 0 | 0.10 | 0.56 | 0.26 | 49.71 | 0.44 | 0.54 |
| Hex | BD | AB | 54 | 0 | A | 38 | 1A | 32 | 2C | 36 |
| Octal | 275 | 253 | 124 | 0 | 12 | 70 | 32 | 62 | 54 | 66 |
| Binary | 10111101 | 10101011 | 1010100 | 0 | 1010 | 111000 | 11010 | 110010 | 101100 | 110110 |
Color Harmonies of #BDAB54
Complementary color
Monochromatic Colors of #BDAB54
Black with #BDAB54
Text Example
Text Example
White with #BDAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB54; }
p { color: rgb(189,171,84); }
H1.HeaderClassName
{
color: #BDAB54;
}
.AnyTagClassName
{
color: #BDAB54;
}
</style>
background-color css
<style>
a { background-color: #BDAB54; }
a { background-color: rgb(189,171,84); }
div.DivClassName
{
background-color: #BDAB54;
}
.BgClassName
{
background-color: #BDAB54;
}
</style>
border-color css
<style>
span { border-color: #BDAB54; }
span { border-color: rgb(189,171,84); }
td.TdClassName
{
border-color: #BDAB54;
}
.TagClassName
{
border-color: #BDAB54;
}
</style>