Shades of Sundance #BDAB50
Tints of Sundance #BDAB50
RGB
CMYK
RGB Variations
Color information
#BDAB50 (or 0xBDAB50) is known color: Sundance. HEX triplet: BD, AB and 50. RGB value is (189,171,80). Sum of RGB (Red+Green+Blue) = 189+171+80=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB50 is #4254AF. Grayscale: #A6A6A6. Windows color (decimal): -4347056 or 5286845. OLE color: 5286845.
HSL color Cylindrical-coordinate representation of color #BDAB50: hue angle of 50.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDAB50 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 80 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.26 |
| HSL | 50.09º | 0.45% | 0.53% | - |
| HSV(B) | 50.09º | 0.58% | 0.74% | - |
| XYZ | 37 | 40.52 | 13.46 | - |
| YUV | 166.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 80 | 0 | 0.10 | 0.58 | 0.26 | 50.09 | 0.45 | 0.53 |
| Hex | BD | AB | 50 | 0 | A | 3A | 1A | 32 | 2D | 35 |
| Octal | 275 | 253 | 120 | 0 | 12 | 72 | 32 | 62 | 55 | 65 |
| Binary | 10111101 | 10101011 | 1010000 | 0 | 1010 | 111010 | 11010 | 110010 | 101101 | 110101 |
Color Harmonies of #BDAB50
Complementary color
Monochromatic Colors of #BDAB50
Black with #BDAB50
Text Example
Text Example
White with #BDAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB50; }
p { color: rgb(189,171,80); }
H1.HeaderClassName
{
color: #BDAB50;
}
.AnyTagClassName
{
color: #BDAB50;
}
</style>
background-color css
<style>
a { background-color: #BDAB50; }
a { background-color: rgb(189,171,80); }
div.DivClassName
{
background-color: #BDAB50;
}
.BgClassName
{
background-color: #BDAB50;
}
</style>
border-color css
<style>
span { border-color: #BDAB50; }
span { border-color: rgb(189,171,80); }
td.TdClassName
{
border-color: #BDAB50;
}
.TagClassName
{
border-color: #BDAB50;
}
</style>