Shades of Sundance #BDA255
Tints of Sundance #BDA255
RGB
CMYK
RGB Variations
Color information
#BDA255 (or 0xBDA255) is known color: Sundance. HEX triplet: BD, A2 and 55. RGB value is (189,162,85). Sum of RGB (Red+Green+Blue) = 189+162+85=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA255 is #425DAA. Grayscale: #A1A1A1. Windows color (decimal): -4349355 or 5612221. OLE color: 5612221.
HSL color Cylindrical-coordinate representation of color #BDA255: hue angle of 44.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDA255 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 85 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.26 |
| HSL | 44.42º | 0.44% | 0.54% | - |
| HSV(B) | 44.42º | 0.55% | 0.74% | - |
| XYZ | 35.55 | 37.32 | 13.92 | - |
| YUV | 161.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 85 | 0 | 0.14 | 0.55 | 0.26 | 44.42 | 0.44 | 0.54 |
| Hex | BD | A2 | 55 | 0 | E | 37 | 1A | 2C | 2C | 36 |
| Octal | 275 | 242 | 125 | 0 | 16 | 67 | 32 | 54 | 54 | 66 |
| Binary | 10111101 | 10100010 | 1010101 | 0 | 1110 | 110111 | 11010 | 101100 | 101100 | 110110 |
Color Harmonies of #BDA255
Complementary color
Monochromatic Colors of #BDA255
Black with #BDA255
Text Example
Text Example
White with #BDA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA255; }
p { color: rgb(189,162,85); }
H1.HeaderClassName
{
color: #BDA255;
}
.AnyTagClassName
{
color: #BDA255;
}
</style>
background-color css
<style>
a { background-color: #BDA255; }
a { background-color: rgb(189,162,85); }
div.DivClassName
{
background-color: #BDA255;
}
.BgClassName
{
background-color: #BDA255;
}
</style>
border-color css
<style>
span { border-color: #BDA255; }
span { border-color: rgb(189,162,85); }
td.TdClassName
{
border-color: #BDA255;
}
.TagClassName
{
border-color: #BDA255;
}
</style>