Shades of Sundance #BCA34E
Tints of Sundance #BCA34E
RGB
CMYK
RGB Variations
Color information
#BCA34E (or 0xBCA34E) is known color: Sundance. HEX triplet: BC, A3 and 4E. RGB value is (188,163,78). Sum of RGB (Red+Green+Blue) = 188+163+78=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA34E is #435CB1. Grayscale: #A1A1A1. Windows color (decimal): -4414642 or 5153724. OLE color: 5153724.
HSL color Cylindrical-coordinate representation of color #BCA34E: hue angle of 46.36º 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 #BCA34E is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 78 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.26 |
| HSL | 46.36º | 0.45% | 0.52% | - |
| HSV(B) | 46.36º | 0.59% | 0.74% | - |
| XYZ | 35.21 | 37.44 | 12.58 | - |
| YUV | 160.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 78 | 0 | 0.13 | 0.59 | 0.26 | 46.36 | 0.45 | 0.52 |
| Hex | BC | A3 | 4E | 0 | D | 3B | 1A | 2E | 2D | 34 |
| Octal | 274 | 243 | 116 | 0 | 15 | 73 | 32 | 56 | 55 | 64 |
| Binary | 10111100 | 10100011 | 1001110 | 0 | 1101 | 111011 | 11010 | 101110 | 101101 | 110100 |
Color Harmonies of #BCA34E
Complementary color
Monochromatic Colors of #BCA34E
Black with #BCA34E
Text Example
Text Example
White with #BCA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA34E; }
p { color: rgb(188,163,78); }
H1.HeaderClassName
{
color: #BCA34E;
}
.AnyTagClassName
{
color: #BCA34E;
}
</style>
background-color css
<style>
a { background-color: #BCA34E; }
a { background-color: rgb(188,163,78); }
div.DivClassName
{
background-color: #BCA34E;
}
.BgClassName
{
background-color: #BCA34E;
}
</style>
border-color css
<style>
span { border-color: #BCA34E; }
span { border-color: rgb(188,163,78); }
td.TdClassName
{
border-color: #BCA34E;
}
.TagClassName
{
border-color: #BCA34E;
}
</style>