Shades of Sundance #BDA956
Tints of Sundance #BDA956
RGB
CMYK
RGB Variations
Color information
#BDA956 (or 0xBDA956) is known color: Sundance. HEX triplet: BD, A9 and 56. RGB value is (189,169,86). Sum of RGB (Red+Green+Blue) = 189+169+86=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA956 is #4256A9. Grayscale: #A5A5A5. Windows color (decimal): -4347562 or 5679549. OLE color: 5679549.
HSL color Cylindrical-coordinate representation of color #BDA956: hue angle of 48.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDA956 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 86 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.26 |
| HSL | 48.35º | 0.44% | 0.54% | - |
| HSV(B) | 48.35º | 0.54% | 0.74% | - |
| XYZ | 36.85 | 39.87 | 14.56 | - |
| YUV | 165.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 86 | 0 | 0.11 | 0.54 | 0.26 | 48.35 | 0.44 | 0.54 |
| Hex | BD | A9 | 56 | 0 | B | 36 | 1A | 30 | 2C | 36 |
| Octal | 275 | 251 | 126 | 0 | 13 | 66 | 32 | 60 | 54 | 66 |
| Binary | 10111101 | 10101001 | 1010110 | 0 | 1011 | 110110 | 11010 | 110000 | 101100 | 110110 |
Color Harmonies of #BDA956
Complementary color
Monochromatic Colors of #BDA956
Black with #BDA956
Text Example
Text Example
White with #BDA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA956; }
p { color: rgb(189,169,86); }
H1.HeaderClassName
{
color: #BDA956;
}
.AnyTagClassName
{
color: #BDA956;
}
</style>
background-color css
<style>
a { background-color: #BDA956; }
a { background-color: rgb(189,169,86); }
div.DivClassName
{
background-color: #BDA956;
}
.BgClassName
{
background-color: #BDA956;
}
</style>
border-color css
<style>
span { border-color: #BDA956; }
span { border-color: rgb(189,169,86); }
td.TdClassName
{
border-color: #BDA956;
}
.TagClassName
{
border-color: #BDA956;
}
</style>