Shades of Sundance #BDA24B
Tints of Sundance #BDA24B
RGB
CMYK
RGB Variations
Color information
#BDA24B (or 0xBDA24B) is known color: Sundance. HEX triplet: BD, A2 and 4B. RGB value is (189,162,75). Sum of RGB (Red+Green+Blue) = 189+162+75=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA24B is #425DB4. Grayscale: #A0A0A0. Windows color (decimal): -4349365 or 4956861. OLE color: 4956861.
HSL color Cylindrical-coordinate representation of color #BDA24B: hue angle of 45.79º 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 #BDA24B is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 75 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.26 |
| HSL | 45.79º | 0.46% | 0.52% | - |
| HSV(B) | 45.79º | 0.6% | 0.74% | - |
| XYZ | 35.18 | 37.17 | 11.98 | - |
| YUV | 160.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 75 | 0 | 0.14 | 0.60 | 0.26 | 45.79 | 0.46 | 0.52 |
| Hex | BD | A2 | 4B | 0 | E | 3C | 1A | 2E | 2E | 34 |
| Octal | 275 | 242 | 113 | 0 | 16 | 74 | 32 | 56 | 56 | 64 |
| Binary | 10111101 | 10100010 | 1001011 | 0 | 1110 | 111100 | 11010 | 101110 | 101110 | 110100 |
Color Harmonies of #BDA24B
Complementary color
Monochromatic Colors of #BDA24B
Black with #BDA24B
Text Example
Text Example
White with #BDA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA24B; }
p { color: rgb(189,162,75); }
H1.HeaderClassName
{
color: #BDA24B;
}
.AnyTagClassName
{
color: #BDA24B;
}
</style>
background-color css
<style>
a { background-color: #BDA24B; }
a { background-color: rgb(189,162,75); }
div.DivClassName
{
background-color: #BDA24B;
}
.BgClassName
{
background-color: #BDA24B;
}
</style>
border-color css
<style>
span { border-color: #BDA24B; }
span { border-color: rgb(189,162,75); }
td.TdClassName
{
border-color: #BDA24B;
}
.TagClassName
{
border-color: #BDA24B;
}
</style>