Shades of Sundance #BDA64B
Tints of Sundance #BDA64B
RGB
CMYK
RGB Variations
Color information
#BDA64B (or 0xBDA64B) is known color: Sundance. HEX triplet: BD, A6 and 4B. RGB value is (189,166,75). Sum of RGB (Red+Green+Blue) = 189+166+75=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA64B is #4259B4. Grayscale: #A2A2A2. Windows color (decimal): -4348341 or 4957885. OLE color: 4957885.
HSL color Cylindrical-coordinate representation of color #BDA64B: hue angle of 47.89º 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 #BDA64B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 75 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.26 |
| HSL | 47.89º | 0.46% | 0.52% | - |
| HSV(B) | 47.89º | 0.6% | 0.74% | - |
| XYZ | 35.89 | 38.6 | 12.22 | - |
| YUV | 162.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 75 | 0 | 0.12 | 0.60 | 0.26 | 47.89 | 0.46 | 0.52 |
| Hex | BD | A6 | 4B | 0 | C | 3C | 1A | 30 | 2E | 34 |
| Octal | 275 | 246 | 113 | 0 | 14 | 74 | 32 | 60 | 56 | 64 |
| Binary | 10111101 | 10100110 | 1001011 | 0 | 1100 | 111100 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BDA64B
Complementary color
Monochromatic Colors of #BDA64B
Black with #BDA64B
Text Example
Text Example
White with #BDA64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA64B; }
p { color: rgb(189,166,75); }
H1.HeaderClassName
{
color: #BDA64B;
}
.AnyTagClassName
{
color: #BDA64B;
}
</style>
background-color css
<style>
a { background-color: #BDA64B; }
a { background-color: rgb(189,166,75); }
div.DivClassName
{
background-color: #BDA64B;
}
.BgClassName
{
background-color: #BDA64B;
}
</style>
border-color css
<style>
span { border-color: #BDA64B; }
span { border-color: rgb(189,166,75); }
td.TdClassName
{
border-color: #BDA64B;
}
.TagClassName
{
border-color: #BDA64B;
}
</style>