Shades of Sundance #BDA14D
Tints of Sundance #BDA14D
RGB
CMYK
RGB Variations
Color information
#BDA14D (or 0xBDA14D) is known color: Sundance. HEX triplet: BD, A1 and 4D. RGB value is (189,161,77). Sum of RGB (Red+Green+Blue) = 189+161+77=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA14D is #425EB2. Grayscale: #A0A0A0. Windows color (decimal): -4349619 or 5087677. OLE color: 5087677.
HSL color Cylindrical-coordinate representation of color #BDA14D: hue angle of 45º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDA14D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 77 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.26 |
| HSL | 45º | 0.46% | 0.52% | - |
| HSV(B) | 45º | 0.59% | 0.74% | - |
| XYZ | 35.07 | 36.84 | 12.28 | - |
| YUV | 159.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 77 | 0 | 0.15 | 0.59 | 0.26 | 45 | 0.46 | 0.52 |
| Hex | BD | A1 | 4D | 0 | F | 3B | 1A | 2D | 2E | 34 |
| Octal | 275 | 241 | 115 | 0 | 17 | 73 | 32 | 55 | 56 | 64 |
| Binary | 10111101 | 10100001 | 1001101 | 0 | 1111 | 111011 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BDA14D
Complementary color
Monochromatic Colors of #BDA14D
Black with #BDA14D
Text Example
Text Example
White with #BDA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA14D; }
p { color: rgb(189,161,77); }
H1.HeaderClassName
{
color: #BDA14D;
}
.AnyTagClassName
{
color: #BDA14D;
}
</style>
background-color css
<style>
a { background-color: #BDA14D; }
a { background-color: rgb(189,161,77); }
div.DivClassName
{
background-color: #BDA14D;
}
.BgClassName
{
background-color: #BDA14D;
}
</style>
border-color css
<style>
span { border-color: #BDA14D; }
span { border-color: rgb(189,161,77); }
td.TdClassName
{
border-color: #BDA14D;
}
.TagClassName
{
border-color: #BDA14D;
}
</style>