Shades of Sundance #BDA54B
Tints of Sundance #BDA54B
RGB
CMYK
RGB Variations
Color information
#BDA54B (or 0xBDA54B) is known color: Sundance. HEX triplet: BD, A5 and 4B. RGB value is (189,165,75). Sum of RGB (Red+Green+Blue) = 189+165+75=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA54B is #425AB4. Grayscale: #A2A2A2. Windows color (decimal): -4348597 or 4957629. OLE color: 4957629.
HSL color Cylindrical-coordinate representation of color #BDA54B: hue angle of 47.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDA54B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 75 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.26 |
| HSL | 47.37º | 0.46% | 0.52% | - |
| HSV(B) | 47.37º | 0.6% | 0.74% | - |
| XYZ | 35.71 | 38.24 | 12.15 | - |
| YUV | 161.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 75 | 0 | 0.13 | 0.60 | 0.26 | 47.37 | 0.46 | 0.52 |
| Hex | BD | A5 | 4B | 0 | D | 3C | 1A | 2F | 2E | 34 |
| Octal | 275 | 245 | 113 | 0 | 15 | 74 | 32 | 57 | 56 | 64 |
| Binary | 10111101 | 10100101 | 1001011 | 0 | 1101 | 111100 | 11010 | 101111 | 101110 | 110100 |
Color Harmonies of #BDA54B
Complementary color
Monochromatic Colors of #BDA54B
Black with #BDA54B
Text Example
Text Example
White with #BDA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA54B; }
p { color: rgb(189,165,75); }
H1.HeaderClassName
{
color: #BDA54B;
}
.AnyTagClassName
{
color: #BDA54B;
}
</style>
background-color css
<style>
a { background-color: #BDA54B; }
a { background-color: rgb(189,165,75); }
div.DivClassName
{
background-color: #BDA54B;
}
.BgClassName
{
background-color: #BDA54B;
}
</style>
border-color css
<style>
span { border-color: #BDA54B; }
span { border-color: rgb(189,165,75); }
td.TdClassName
{
border-color: #BDA54B;
}
.TagClassName
{
border-color: #BDA54B;
}
</style>