Shades of Sundance #BDA957
Tints of Sundance #BDA957
RGB
CMYK
RGB Variations
Color information
#BDA957 (or 0xBDA957) is known color: Sundance. HEX triplet: BD, A9 and 57. RGB value is (189,169,87). Sum of RGB (Red+Green+Blue) = 189+169+87=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA957 is #4256A8. Grayscale: #A5A5A5. Windows color (decimal): -4347561 or 5745085. OLE color: 5745085.
HSL color Cylindrical-coordinate representation of color #BDA957: hue angle of 48.24º 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 #BDA957 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 87 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.26 |
| HSL | 48.24º | 0.44% | 0.54% | - |
| HSV(B) | 48.24º | 0.54% | 0.74% | - |
| XYZ | 36.89 | 39.88 | 14.77 | - |
| YUV | 165.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 87 | 0 | 0.11 | 0.54 | 0.26 | 48.24 | 0.44 | 0.54 |
| Hex | BD | A9 | 57 | 0 | B | 36 | 1A | 30 | 2C | 36 |
| Octal | 275 | 251 | 127 | 0 | 13 | 66 | 32 | 60 | 54 | 66 |
| Binary | 10111101 | 10101001 | 1010111 | 0 | 1011 | 110110 | 11010 | 110000 | 101100 | 110110 |
Color Harmonies of #BDA957
Complementary color
Monochromatic Colors of #BDA957
Black with #BDA957
Text Example
Text Example
White with #BDA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA957; }
p { color: rgb(189,169,87); }
H1.HeaderClassName
{
color: #BDA957;
}
.AnyTagClassName
{
color: #BDA957;
}
</style>
background-color css
<style>
a { background-color: #BDA957; }
a { background-color: rgb(189,169,87); }
div.DivClassName
{
background-color: #BDA957;
}
.BgClassName
{
background-color: #BDA957;
}
</style>
border-color css
<style>
span { border-color: #BDA957; }
span { border-color: rgb(189,169,87); }
td.TdClassName
{
border-color: #BDA957;
}
.TagClassName
{
border-color: #BDA957;
}
</style>