Shades of Sundance #BDA253
Tints of Sundance #BDA253
RGB
CMYK
RGB Variations
Color information
#BDA253 (or 0xBDA253) is known color: Sundance. HEX triplet: BD, A2 and 53. RGB value is (189,162,83). Sum of RGB (Red+Green+Blue) = 189+162+83=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA253 is #425DAC. Grayscale: #A1A1A1. Windows color (decimal): -4349357 or 5481149. OLE color: 5481149.
HSL color Cylindrical-coordinate representation of color #BDA253: hue angle of 44.72º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDA253 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 83 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.26 |
| HSL | 44.72º | 0.45% | 0.53% | - |
| HSV(B) | 44.72º | 0.56% | 0.74% | - |
| XYZ | 35.47 | 37.28 | 13.51 | - |
| YUV | 161.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 83 | 0 | 0.14 | 0.56 | 0.26 | 44.72 | 0.45 | 0.53 |
| Hex | BD | A2 | 53 | 0 | E | 38 | 1A | 2D | 2D | 35 |
| Octal | 275 | 242 | 123 | 0 | 16 | 70 | 32 | 55 | 55 | 65 |
| Binary | 10111101 | 10100010 | 1010011 | 0 | 1110 | 111000 | 11010 | 101101 | 101101 | 110101 |
Color Harmonies of #BDA253
Complementary color
Monochromatic Colors of #BDA253
Black with #BDA253
Text Example
Text Example
White with #BDA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA253; }
p { color: rgb(189,162,83); }
H1.HeaderClassName
{
color: #BDA253;
}
.AnyTagClassName
{
color: #BDA253;
}
</style>
background-color css
<style>
a { background-color: #BDA253; }
a { background-color: rgb(189,162,83); }
div.DivClassName
{
background-color: #BDA253;
}
.BgClassName
{
background-color: #BDA253;
}
</style>
border-color css
<style>
span { border-color: #BDA253; }
span { border-color: rgb(189,162,83); }
td.TdClassName
{
border-color: #BDA253;
}
.TagClassName
{
border-color: #BDA253;
}
</style>