Shades of Sundance #BDA150
Tints of Sundance #BDA150
RGB
CMYK
RGB Variations
Color information
#BDA150 (or 0xBDA150) is known color: Sundance. HEX triplet: BD, A1 and 50. RGB value is (189,161,80). Sum of RGB (Red+Green+Blue) = 189+161+80=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA150 is #425EAF. Grayscale: #A0A0A0. Windows color (decimal): -4349616 or 5284285. OLE color: 5284285.
HSL color Cylindrical-coordinate representation of color #BDA150: hue angle of 44.59º 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 #BDA150 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 80 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.26 |
| HSL | 44.59º | 0.45% | 0.53% | - |
| HSV(B) | 44.59º | 0.58% | 0.74% | - |
| XYZ | 35.18 | 36.89 | 12.86 | - |
| YUV | 160.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 80 | 0 | 0.15 | 0.58 | 0.26 | 44.59 | 0.45 | 0.53 |
| Hex | BD | A1 | 50 | 0 | F | 3A | 1A | 2D | 2D | 35 |
| Octal | 275 | 241 | 120 | 0 | 17 | 72 | 32 | 55 | 55 | 65 |
| Binary | 10111101 | 10100001 | 1010000 | 0 | 1111 | 111010 | 11010 | 101101 | 101101 | 110101 |
Color Harmonies of #BDA150
Complementary color
Monochromatic Colors of #BDA150
Black with #BDA150
Text Example
Text Example
White with #BDA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA150; }
p { color: rgb(189,161,80); }
H1.HeaderClassName
{
color: #BDA150;
}
.AnyTagClassName
{
color: #BDA150;
}
</style>
background-color css
<style>
a { background-color: #BDA150; }
a { background-color: rgb(189,161,80); }
div.DivClassName
{
background-color: #BDA150;
}
.BgClassName
{
background-color: #BDA150;
}
</style>
border-color css
<style>
span { border-color: #BDA150; }
span { border-color: rgb(189,161,80); }
td.TdClassName
{
border-color: #BDA150;
}
.TagClassName
{
border-color: #BDA150;
}
</style>