Shades of Sundance #BCA74D
Tints of Sundance #BCA74D
RGB
CMYK
RGB Variations
Color information
#BCA74D (or 0xBCA74D) is known color: Sundance. HEX triplet: BC, A7 and 4D. RGB value is (188,167,77). Sum of RGB (Red+Green+Blue) = 188+167+77=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA74D is #4358B2. Grayscale: #A3A3A3. Windows color (decimal): -4413619 or 5089212. OLE color: 5089212.
HSL color Cylindrical-coordinate representation of color #BCA74D: hue angle of 48.65º 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 #BCA74D is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 77 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.26 |
| HSL | 48.65º | 0.45% | 0.52% | - |
| HSV(B) | 48.65º | 0.59% | 0.74% | - |
| XYZ | 35.9 | 38.86 | 12.63 | - |
| YUV | 163.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 77 | 0 | 0.11 | 0.59 | 0.26 | 48.65 | 0.45 | 0.52 |
| Hex | BC | A7 | 4D | 0 | B | 3B | 1A | 31 | 2D | 34 |
| Octal | 274 | 247 | 115 | 0 | 13 | 73 | 32 | 61 | 55 | 64 |
| Binary | 10111100 | 10100111 | 1001101 | 0 | 1011 | 111011 | 11010 | 110001 | 101101 | 110100 |
Color Harmonies of #BCA74D
Complementary color
Monochromatic Colors of #BCA74D
Black with #BCA74D
Text Example
Text Example
White with #BCA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA74D; }
p { color: rgb(188,167,77); }
H1.HeaderClassName
{
color: #BCA74D;
}
.AnyTagClassName
{
color: #BCA74D;
}
</style>
background-color css
<style>
a { background-color: #BCA74D; }
a { background-color: rgb(188,167,77); }
div.DivClassName
{
background-color: #BCA74D;
}
.BgClassName
{
background-color: #BCA74D;
}
</style>
border-color css
<style>
span { border-color: #BCA74D; }
span { border-color: rgb(188,167,77); }
td.TdClassName
{
border-color: #BCA74D;
}
.TagClassName
{
border-color: #BCA74D;
}
</style>