Shades of Sundance #BCAD4A
Tints of Sundance #BCAD4A
RGB
CMYK
RGB Variations
Color information
#BCAD4A (or 0xBCAD4A) is known color: Sundance. HEX triplet: BC, AD and 4A. RGB value is (188,173,74). Sum of RGB (Red+Green+Blue) = 188+173+74=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD4A is #4352B5. Grayscale: #A6A6A6. Windows color (decimal): -4412086 or 4894140. OLE color: 4894140.
HSL color Cylindrical-coordinate representation of color #BCAD4A: hue angle of 52.11º 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 #BCAD4A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 74 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.26 |
| HSL | 52.11º | 0.46% | 0.51% | - |
| HSV(B) | 52.11º | 0.61% | 0.74% | - |
| XYZ | 36.92 | 41.07 | 12.46 | - |
| YUV | 166.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 74 | 0 | 0.08 | 0.61 | 0.26 | 52.11 | 0.46 | 0.51 |
| Hex | BC | AD | 4A | 0 | 8 | 3D | 1A | 34 | 2E | 33 |
| Octal | 274 | 255 | 112 | 0 | 10 | 75 | 32 | 64 | 56 | 63 |
| Binary | 10111100 | 10101101 | 1001010 | 0 | 1000 | 111101 | 11010 | 110100 | 101110 | 110011 |
Color Harmonies of #BCAD4A
Complementary color
Monochromatic Colors of #BCAD4A
Black with #BCAD4A
Text Example
Text Example
White with #BCAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD4A; }
p { color: rgb(188,173,74); }
H1.HeaderClassName
{
color: #BCAD4A;
}
.AnyTagClassName
{
color: #BCAD4A;
}
</style>
background-color css
<style>
a { background-color: #BCAD4A; }
a { background-color: rgb(188,173,74); }
div.DivClassName
{
background-color: #BCAD4A;
}
.BgClassName
{
background-color: #BCAD4A;
}
</style>
border-color css
<style>
span { border-color: #BCAD4A; }
span { border-color: rgb(188,173,74); }
td.TdClassName
{
border-color: #BCAD4A;
}
.TagClassName
{
border-color: #BCAD4A;
}
</style>