Shades of Sundance #BDA34A
Tints of Sundance #BDA34A
RGB
CMYK
RGB Variations
Color information
#BDA34A (or 0xBDA34A) is known color: Sundance. HEX triplet: BD, A3 and 4A. RGB value is (189,163,74). Sum of RGB (Red+Green+Blue) = 189+163+74=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA34A is #425CB5. Grayscale: #A1A1A1. Windows color (decimal): -4349110 or 4891581. OLE color: 4891581.
HSL color Cylindrical-coordinate representation of color #BDA34A: hue angle of 46.43º 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 #BDA34A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 74 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.26 |
| HSL | 46.43º | 0.47% | 0.52% | - |
| HSV(B) | 46.43º | 0.61% | 0.74% | - |
| XYZ | 35.32 | 37.51 | 11.86 | - |
| YUV | 160.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 74 | 0 | 0.14 | 0.61 | 0.26 | 46.43 | 0.47 | 0.52 |
| Hex | BD | A3 | 4A | 0 | E | 3D | 1A | 2E | 2F | 34 |
| Octal | 275 | 243 | 112 | 0 | 16 | 75 | 32 | 56 | 57 | 64 |
| Binary | 10111101 | 10100011 | 1001010 | 0 | 1110 | 111101 | 11010 | 101110 | 101111 | 110100 |
Color Harmonies of #BDA34A
Complementary color
Monochromatic Colors of #BDA34A
Black with #BDA34A
Text Example
Text Example
White with #BDA34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA34A; }
p { color: rgb(189,163,74); }
H1.HeaderClassName
{
color: #BDA34A;
}
.AnyTagClassName
{
color: #BDA34A;
}
</style>
background-color css
<style>
a { background-color: #BDA34A; }
a { background-color: rgb(189,163,74); }
div.DivClassName
{
background-color: #BDA34A;
}
.BgClassName
{
background-color: #BDA34A;
}
</style>
border-color css
<style>
span { border-color: #BDA34A; }
span { border-color: rgb(189,163,74); }
td.TdClassName
{
border-color: #BDA34A;
}
.TagClassName
{
border-color: #BDA34A;
}
</style>