Shades of Sundance #BDA051
Tints of Sundance #BDA051
RGB
CMYK
RGB Variations
Color information
#BDA051 (or 0xBDA051) is known color: Sundance. HEX triplet: BD, A0 and 51. RGB value is (189,160,81). Sum of RGB (Red+Green+Blue) = 189+160+81=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA051 is #425FAE. Grayscale: #A0A0A0. Windows color (decimal): -4349871 or 5349565. OLE color: 5349565.
HSL color Cylindrical-coordinate representation of color #BDA051: hue angle of 43.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDA051 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 81 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.26 |
| HSL | 43.89º | 0.45% | 0.53% | - |
| HSV(B) | 43.89º | 0.57% | 0.74% | - |
| XYZ | 35.04 | 36.55 | 12.99 | - |
| YUV | 159.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 81 | 0 | 0.15 | 0.57 | 0.26 | 43.89 | 0.45 | 0.53 |
| Hex | BD | A0 | 51 | 0 | F | 39 | 1A | 2C | 2D | 35 |
| Octal | 275 | 240 | 121 | 0 | 17 | 71 | 32 | 54 | 55 | 65 |
| Binary | 10111101 | 10100000 | 1010001 | 0 | 1111 | 111001 | 11010 | 101100 | 101101 | 110101 |
Color Harmonies of #BDA051
Complementary color
Monochromatic Colors of #BDA051
Black with #BDA051
Text Example
Text Example
White with #BDA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA051; }
p { color: rgb(189,160,81); }
H1.HeaderClassName
{
color: #BDA051;
}
.AnyTagClassName
{
color: #BDA051;
}
</style>
background-color css
<style>
a { background-color: #BDA051; }
a { background-color: rgb(189,160,81); }
div.DivClassName
{
background-color: #BDA051;
}
.BgClassName
{
background-color: #BDA051;
}
</style>
border-color css
<style>
span { border-color: #BDA051; }
span { border-color: rgb(189,160,81); }
td.TdClassName
{
border-color: #BDA051;
}
.TagClassName
{
border-color: #BDA051;
}
</style>