Shades of Sundance #BDA149
Tints of Sundance #BDA149
RGB
CMYK
RGB Variations
Color information
#BDA149 (or 0xBDA149) is known color: Sundance. HEX triplet: BD, A1 and 49. RGB value is (189,161,73). Sum of RGB (Red+Green+Blue) = 189+161+73=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA149 is #425EB6. Grayscale: #9F9F9F. Windows color (decimal): -4349623 or 4825533. OLE color: 4825533.
HSL color Cylindrical-coordinate representation of color #BDA149: hue angle of 45.52º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA149 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 73 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.26 |
| HSL | 45.52º | 0.47% | 0.51% | - |
| HSV(B) | 45.52º | 0.61% | 0.74% | - |
| XYZ | 34.93 | 36.79 | 11.56 | - |
| YUV | 159.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 73 | 0 | 0.15 | 0.61 | 0.26 | 45.52 | 0.47 | 0.51 |
| Hex | BD | A1 | 49 | 0 | F | 3D | 1A | 2E | 2F | 33 |
| Octal | 275 | 241 | 111 | 0 | 17 | 75 | 32 | 56 | 57 | 63 |
| Binary | 10111101 | 10100001 | 1001001 | 0 | 1111 | 111101 | 11010 | 101110 | 101111 | 110011 |
Color Harmonies of #BDA149
Complementary color
Monochromatic Colors of #BDA149
Black with #BDA149
Text Example
Text Example
White with #BDA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA149; }
p { color: rgb(189,161,73); }
H1.HeaderClassName
{
color: #BDA149;
}
.AnyTagClassName
{
color: #BDA149;
}
</style>
background-color css
<style>
a { background-color: #BDA149; }
a { background-color: rgb(189,161,73); }
div.DivClassName
{
background-color: #BDA149;
}
.BgClassName
{
background-color: #BDA149;
}
</style>
border-color css
<style>
span { border-color: #BDA149; }
span { border-color: rgb(189,161,73); }
td.TdClassName
{
border-color: #BDA149;
}
.TagClassName
{
border-color: #BDA149;
}
</style>