Shades of Sundance #BDA755
Tints of Sundance #BDA755
RGB
CMYK
RGB Variations
Color information
#BDA755 (or 0xBDA755) is known color: Sundance. HEX triplet: BD, A7 and 55. RGB value is (189,167,85). Sum of RGB (Red+Green+Blue) = 189+167+85=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA755 is #4258AA. Grayscale: #A4A4A4. Windows color (decimal): -4348075 or 5613501. OLE color: 5613501.
HSL color Cylindrical-coordinate representation of color #BDA755: hue angle of 47.31º 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 #BDA755 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 85 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.26 |
| HSL | 47.31º | 0.44% | 0.54% | - |
| HSV(B) | 47.31º | 0.55% | 0.74% | - |
| XYZ | 36.44 | 39.11 | 14.22 | - |
| YUV | 164.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 85 | 0 | 0.12 | 0.55 | 0.26 | 47.31 | 0.44 | 0.54 |
| Hex | BD | A7 | 55 | 0 | C | 37 | 1A | 2F | 2C | 36 |
| Octal | 275 | 247 | 125 | 0 | 14 | 67 | 32 | 57 | 54 | 66 |
| Binary | 10111101 | 10100111 | 1010101 | 0 | 1100 | 110111 | 11010 | 101111 | 101100 | 110110 |
Color Harmonies of #BDA755
Complementary color
Monochromatic Colors of #BDA755
Black with #BDA755
Text Example
Text Example
White with #BDA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA755; }
p { color: rgb(189,167,85); }
H1.HeaderClassName
{
color: #BDA755;
}
.AnyTagClassName
{
color: #BDA755;
}
</style>
background-color css
<style>
a { background-color: #BDA755; }
a { background-color: rgb(189,167,85); }
div.DivClassName
{
background-color: #BDA755;
}
.BgClassName
{
background-color: #BDA755;
}
</style>
border-color css
<style>
span { border-color: #BDA755; }
span { border-color: rgb(189,167,85); }
td.TdClassName
{
border-color: #BDA755;
}
.TagClassName
{
border-color: #BDA755;
}
</style>