Shades of Sundance #BCAD4D
Tints of Sundance #BCAD4D
RGB
CMYK
RGB Variations
Color information
#BCAD4D (or 0xBCAD4D) is known color: Sundance. HEX triplet: BC, AD and 4D. RGB value is (188,173,77). Sum of RGB (Red+Green+Blue) = 188+173+77=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD4D is #4352B2. Grayscale: #A6A6A6. Windows color (decimal): -4412083 or 5090748. OLE color: 5090748.
HSL color Cylindrical-coordinate representation of color #BCAD4D: hue angle of 51.89º 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 #BCAD4D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 77 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.26 |
| HSL | 51.89º | 0.45% | 0.52% | - |
| HSV(B) | 51.89º | 0.59% | 0.74% | - |
| XYZ | 37.02 | 41.11 | 13.01 | - |
| YUV | 166.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 77 | 0 | 0.08 | 0.59 | 0.26 | 51.89 | 0.45 | 0.52 |
| Hex | BC | AD | 4D | 0 | 8 | 3B | 1A | 34 | 2D | 34 |
| Octal | 274 | 255 | 115 | 0 | 10 | 73 | 32 | 64 | 55 | 64 |
| Binary | 10111100 | 10101101 | 1001101 | 0 | 1000 | 111011 | 11010 | 110100 | 101101 | 110100 |
Color Harmonies of #BCAD4D
Complementary color
Monochromatic Colors of #BCAD4D
Black with #BCAD4D
Text Example
Text Example
White with #BCAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD4D; }
p { color: rgb(188,173,77); }
H1.HeaderClassName
{
color: #BCAD4D;
}
.AnyTagClassName
{
color: #BCAD4D;
}
</style>
background-color css
<style>
a { background-color: #BCAD4D; }
a { background-color: rgb(188,173,77); }
div.DivClassName
{
background-color: #BCAD4D;
}
.BgClassName
{
background-color: #BCAD4D;
}
</style>
border-color css
<style>
span { border-color: #BCAD4D; }
span { border-color: rgb(188,173,77); }
td.TdClassName
{
border-color: #BCAD4D;
}
.TagClassName
{
border-color: #BCAD4D;
}
</style>