Shades of Sundance #BCA54D
Tints of Sundance #BCA54D
RGB
CMYK
RGB Variations
Color information
#BCA54D (or 0xBCA54D) is known color: Sundance. HEX triplet: BC, A5 and 4D. RGB value is (188,165,77). Sum of RGB (Red+Green+Blue) = 188+165+77=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA54D is #435AB2. Grayscale: #A2A2A2. Windows color (decimal): -4414131 or 5088700. OLE color: 5088700.
HSL color Cylindrical-coordinate representation of color #BCA54D: hue angle of 47.57º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA54D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 77 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.26 |
| HSL | 47.57º | 0.45% | 0.52% | - |
| HSV(B) | 47.57º | 0.59% | 0.74% | - |
| XYZ | 35.53 | 38.14 | 12.51 | - |
| YUV | 161.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 77 | 0 | 0.12 | 0.59 | 0.26 | 47.57 | 0.45 | 0.52 |
| Hex | BC | A5 | 4D | 0 | C | 3B | 1A | 30 | 2D | 34 |
| Octal | 274 | 245 | 115 | 0 | 14 | 73 | 32 | 60 | 55 | 64 |
| Binary | 10111100 | 10100101 | 1001101 | 0 | 1100 | 111011 | 11010 | 110000 | 101101 | 110100 |
Color Harmonies of #BCA54D
Complementary color
Monochromatic Colors of #BCA54D
Black with #BCA54D
Text Example
Text Example
White with #BCA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA54D; }
p { color: rgb(188,165,77); }
H1.HeaderClassName
{
color: #BCA54D;
}
.AnyTagClassName
{
color: #BCA54D;
}
</style>
background-color css
<style>
a { background-color: #BCA54D; }
a { background-color: rgb(188,165,77); }
div.DivClassName
{
background-color: #BCA54D;
}
.BgClassName
{
background-color: #BCA54D;
}
</style>
border-color css
<style>
span { border-color: #BCA54D; }
span { border-color: rgb(188,165,77); }
td.TdClassName
{
border-color: #BCA54D;
}
.TagClassName
{
border-color: #BCA54D;
}
</style>