Shades of Sundance #BDA548
Tints of Sundance #BDA548
RGB
CMYK
RGB Variations
Color information
#BDA548 (or 0xBDA548) is known color: Sundance. HEX triplet: BD, A5 and 48. RGB value is (189,165,72). Sum of RGB (Red+Green+Blue) = 189+165+72=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA548 is #425AB7. Grayscale: #A1A1A1. Windows color (decimal): -4348600 or 4761021. OLE color: 4761021.
HSL color Cylindrical-coordinate representation of color #BDA548: hue angle of 47.69º 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 #BDA548 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 72 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.26 |
| HSL | 47.69º | 0.47% | 0.51% | - |
| HSV(B) | 47.69º | 0.62% | 0.74% | - |
| XYZ | 35.61 | 38.2 | 11.63 | - |
| YUV | 161.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 72 | 0 | 0.13 | 0.62 | 0.26 | 47.69 | 0.47 | 0.51 |
| Hex | BD | A5 | 48 | 0 | D | 3E | 1A | 30 | 2F | 33 |
| Octal | 275 | 245 | 110 | 0 | 15 | 76 | 32 | 60 | 57 | 63 |
| Binary | 10111101 | 10100101 | 1001000 | 0 | 1101 | 111110 | 11010 | 110000 | 101111 | 110011 |
Color Harmonies of #BDA548
Complementary color
Monochromatic Colors of #BDA548
Black with #BDA548
Text Example
Text Example
White with #BDA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA548; }
p { color: rgb(189,165,72); }
H1.HeaderClassName
{
color: #BDA548;
}
.AnyTagClassName
{
color: #BDA548;
}
</style>
background-color css
<style>
a { background-color: #BDA548; }
a { background-color: rgb(189,165,72); }
div.DivClassName
{
background-color: #BDA548;
}
.BgClassName
{
background-color: #BDA548;
}
</style>
border-color css
<style>
span { border-color: #BDA548; }
span { border-color: rgb(189,165,72); }
td.TdClassName
{
border-color: #BDA548;
}
.TagClassName
{
border-color: #BDA548;
}
</style>