Shades of Sundance #BDA54A
Tints of Sundance #BDA54A
RGB
CMYK
RGB Variations
Color information
#BDA54A (or 0xBDA54A) is known color: Sundance. HEX triplet: BD, A5 and 4A. RGB value is (189,165,74). Sum of RGB (Red+Green+Blue) = 189+165+74=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA54A is #425AB5. Grayscale: #A2A2A2. Windows color (decimal): -4348598 or 4892093. OLE color: 4892093.
HSL color Cylindrical-coordinate representation of color #BDA54A: hue angle of 47.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA54A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 74 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.26 |
| HSL | 47.48º | 0.47% | 0.52% | - |
| HSV(B) | 47.48º | 0.61% | 0.74% | - |
| XYZ | 35.68 | 38.22 | 11.98 | - |
| YUV | 161.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 74 | 0 | 0.13 | 0.61 | 0.26 | 47.48 | 0.47 | 0.52 |
| Hex | BD | A5 | 4A | 0 | D | 3D | 1A | 2F | 2F | 34 |
| Octal | 275 | 245 | 112 | 0 | 15 | 75 | 32 | 57 | 57 | 64 |
| Binary | 10111101 | 10100101 | 1001010 | 0 | 1101 | 111101 | 11010 | 101111 | 101111 | 110100 |
Color Harmonies of #BDA54A
Complementary color
Monochromatic Colors of #BDA54A
Black with #BDA54A
Text Example
Text Example
White with #BDA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA54A; }
p { color: rgb(189,165,74); }
H1.HeaderClassName
{
color: #BDA54A;
}
.AnyTagClassName
{
color: #BDA54A;
}
</style>
background-color css
<style>
a { background-color: #BDA54A; }
a { background-color: rgb(189,165,74); }
div.DivClassName
{
background-color: #BDA54A;
}
.BgClassName
{
background-color: #BDA54A;
}
</style>
border-color css
<style>
span { border-color: #BDA54A; }
span { border-color: rgb(189,165,74); }
td.TdClassName
{
border-color: #BDA54A;
}
.TagClassName
{
border-color: #BDA54A;
}
</style>