Shades of Sundance #BDA855
Tints of Sundance #BDA855
RGB
CMYK
RGB Variations
Color information
#BDA855 (or 0xBDA855) is known color: Sundance. HEX triplet: BD, A8 and 55. RGB value is (189,168,85). Sum of RGB (Red+Green+Blue) = 189+168+85=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA855 is #4257AA. Grayscale: #A5A5A5. Windows color (decimal): -4347819 or 5613757. OLE color: 5613757.
HSL color Cylindrical-coordinate representation of color #BDA855: hue angle of 47.88º 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 #BDA855 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 85 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.26 |
| HSL | 47.88º | 0.44% | 0.54% | - |
| HSV(B) | 47.88º | 0.55% | 0.74% | - |
| XYZ | 36.63 | 39.48 | 14.28 | - |
| YUV | 164.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 85 | 0 | 0.11 | 0.55 | 0.26 | 47.88 | 0.44 | 0.54 |
| Hex | BD | A8 | 55 | 0 | B | 37 | 1A | 30 | 2C | 36 |
| Octal | 275 | 250 | 125 | 0 | 13 | 67 | 32 | 60 | 54 | 66 |
| Binary | 10111101 | 10101000 | 1010101 | 0 | 1011 | 110111 | 11010 | 110000 | 101100 | 110110 |
Color Harmonies of #BDA855
Complementary color
Monochromatic Colors of #BDA855
Black with #BDA855
Text Example
Text Example
White with #BDA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA855; }
p { color: rgb(189,168,85); }
H1.HeaderClassName
{
color: #BDA855;
}
.AnyTagClassName
{
color: #BDA855;
}
</style>
background-color css
<style>
a { background-color: #BDA855; }
a { background-color: rgb(189,168,85); }
div.DivClassName
{
background-color: #BDA855;
}
.BgClassName
{
background-color: #BDA855;
}
</style>
border-color css
<style>
span { border-color: #BDA855; }
span { border-color: rgb(189,168,85); }
td.TdClassName
{
border-color: #BDA855;
}
.TagClassName
{
border-color: #BDA855;
}
</style>