Shades of Sundance #BDA552
Tints of Sundance #BDA552
RGB
CMYK
RGB Variations
Color information
#BDA552 (or 0xBDA552) is known color: Sundance. HEX triplet: BD, A5 and 52. RGB value is (189,165,82). Sum of RGB (Red+Green+Blue) = 189+165+82=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA552 is #425AAD. Grayscale: #A3A3A3. Windows color (decimal): -4348590 or 5416381. OLE color: 5416381.
HSL color Cylindrical-coordinate representation of color #BDA552: hue angle of 46.54º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDA552 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 82 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.26 |
| HSL | 46.54º | 0.45% | 0.53% | - |
| HSV(B) | 46.54º | 0.57% | 0.74% | - |
| XYZ | 35.96 | 38.34 | 13.49 | - |
| YUV | 162.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 82 | 0 | 0.13 | 0.57 | 0.26 | 46.54 | 0.45 | 0.53 |
| Hex | BD | A5 | 52 | 0 | D | 39 | 1A | 2F | 2D | 35 |
| Octal | 275 | 245 | 122 | 0 | 15 | 71 | 32 | 57 | 55 | 65 |
| Binary | 10111101 | 10100101 | 1010010 | 0 | 1101 | 111001 | 11010 | 101111 | 101101 | 110101 |
Color Harmonies of #BDA552
Complementary color
Monochromatic Colors of #BDA552
Black with #BDA552
Text Example
Text Example
White with #BDA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA552; }
p { color: rgb(189,165,82); }
H1.HeaderClassName
{
color: #BDA552;
}
.AnyTagClassName
{
color: #BDA552;
}
</style>
background-color css
<style>
a { background-color: #BDA552; }
a { background-color: rgb(189,165,82); }
div.DivClassName
{
background-color: #BDA552;
}
.BgClassName
{
background-color: #BDA552;
}
</style>
border-color css
<style>
span { border-color: #BDA552; }
span { border-color: rgb(189,165,82); }
td.TdClassName
{
border-color: #BDA552;
}
.TagClassName
{
border-color: #BDA552;
}
</style>