Shades of Sundance #BCA44A
Tints of Sundance #BCA44A
RGB
CMYK
RGB Variations
Color information
#BCA44A (or 0xBCA44A) is known color: Sundance. HEX triplet: BC, A4 and 4A. RGB value is (188,164,74). Sum of RGB (Red+Green+Blue) = 188+164+74=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA44A is #435BB5. Grayscale: #A1A1A1. Windows color (decimal): -4414390 or 4891836. OLE color: 4891836.
HSL color Cylindrical-coordinate representation of color #BCA44A: hue angle of 47.37º 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 #BCA44A is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 74 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.26 |
| HSL | 47.37º | 0.46% | 0.51% | - |
| HSV(B) | 47.37º | 0.61% | 0.74% | - |
| XYZ | 35.25 | 37.74 | 11.9 | - |
| YUV | 160.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 74 | 0 | 0.13 | 0.61 | 0.26 | 47.37 | 0.46 | 0.51 |
| Hex | BC | A4 | 4A | 0 | D | 3D | 1A | 2F | 2E | 33 |
| Octal | 274 | 244 | 112 | 0 | 15 | 75 | 32 | 57 | 56 | 63 |
| Binary | 10111100 | 10100100 | 1001010 | 0 | 1101 | 111101 | 11010 | 101111 | 101110 | 110011 |
Color Harmonies of #BCA44A
Complementary color
Monochromatic Colors of #BCA44A
Black with #BCA44A
Text Example
Text Example
White with #BCA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA44A; }
p { color: rgb(188,164,74); }
H1.HeaderClassName
{
color: #BCA44A;
}
.AnyTagClassName
{
color: #BCA44A;
}
</style>
background-color css
<style>
a { background-color: #BCA44A; }
a { background-color: rgb(188,164,74); }
div.DivClassName
{
background-color: #BCA44A;
}
.BgClassName
{
background-color: #BCA44A;
}
</style>
border-color css
<style>
span { border-color: #BCA44A; }
span { border-color: rgb(188,164,74); }
td.TdClassName
{
border-color: #BCA44A;
}
.TagClassName
{
border-color: #BCA44A;
}
</style>