Shades of Sundance #BCA94A
Tints of Sundance #BCA94A
RGB
CMYK
RGB Variations
Color information
#BCA94A (or 0xBCA94A) is known color: Sundance. HEX triplet: BC, A9 and 4A. RGB value is (188,169,74). Sum of RGB (Red+Green+Blue) = 188+169+74=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA94A is #4356B5. Grayscale: #A4A4A4. Windows color (decimal): -4413110 or 4893116. OLE color: 4893116.
HSL color Cylindrical-coordinate representation of color #BCA94A: hue angle of 50º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCA94A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 74 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.26 |
| HSL | 50º | 0.46% | 0.51% | - |
| HSV(B) | 50º | 0.61% | 0.74% | - |
| XYZ | 36.16 | 39.56 | 12.21 | - |
| YUV | 163.85 | 77.29 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 74 | 0 | 0.10 | 0.61 | 0.26 | 50 | 0.46 | 0.51 |
| Hex | BC | A9 | 4A | 0 | A | 3D | 1A | 32 | 2E | 33 |
| Octal | 274 | 251 | 112 | 0 | 12 | 75 | 32 | 62 | 56 | 63 |
| Binary | 10111100 | 10101001 | 1001010 | 0 | 1010 | 111101 | 11010 | 110010 | 101110 | 110011 |
Color Harmonies of #BCA94A
Complementary color
Monochromatic Colors of #BCA94A
Black with #BCA94A
Text Example
Text Example
White with #BCA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA94A; }
p { color: rgb(188,169,74); }
H1.HeaderClassName
{
color: #BCA94A;
}
.AnyTagClassName
{
color: #BCA94A;
}
</style>
background-color css
<style>
a { background-color: #BCA94A; }
a { background-color: rgb(188,169,74); }
div.DivClassName
{
background-color: #BCA94A;
}
.BgClassName
{
background-color: #BCA94A;
}
</style>
border-color css
<style>
span { border-color: #BCA94A; }
span { border-color: rgb(188,169,74); }
td.TdClassName
{
border-color: #BCA94A;
}
.TagClassName
{
border-color: #BCA94A;
}
</style>