Shades of Sundance #BCAD4F
Tints of Sundance #BCAD4F
RGB
CMYK
RGB Variations
Color information
#BCAD4F (or 0xBCAD4F) is known color: Sundance. HEX triplet: BC, AD and 4F. RGB value is (188,173,79). Sum of RGB (Red+Green+Blue) = 188+173+79=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD4F is #4352B0. Grayscale: #A7A7A7. Windows color (decimal): -4412081 or 5221820. OLE color: 5221820.
HSL color Cylindrical-coordinate representation of color #BCAD4F: hue angle of 51.74º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCAD4F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 79 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.26 |
| HSL | 51.74º | 0.45% | 0.52% | - |
| HSV(B) | 51.74º | 0.58% | 0.74% | - |
| XYZ | 37.09 | 41.14 | 13.38 | - |
| YUV | 166.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 79 | 0 | 0.08 | 0.58 | 0.26 | 51.74 | 0.45 | 0.52 |
| Hex | BC | AD | 4F | 0 | 8 | 3A | 1A | 34 | 2D | 34 |
| Octal | 274 | 255 | 117 | 0 | 10 | 72 | 32 | 64 | 55 | 64 |
| Binary | 10111100 | 10101101 | 1001111 | 0 | 1000 | 111010 | 11010 | 110100 | 101101 | 110100 |
Color Harmonies of #BCAD4F
Complementary color
Monochromatic Colors of #BCAD4F
Black with #BCAD4F
Text Example
Text Example
White with #BCAD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD4F; }
p { color: rgb(188,173,79); }
H1.HeaderClassName
{
color: #BCAD4F;
}
.AnyTagClassName
{
color: #BCAD4F;
}
</style>
background-color css
<style>
a { background-color: #BCAD4F; }
a { background-color: rgb(188,173,79); }
div.DivClassName
{
background-color: #BCAD4F;
}
.BgClassName
{
background-color: #BCAD4F;
}
</style>
border-color css
<style>
span { border-color: #BCAD4F; }
span { border-color: rgb(188,173,79); }
td.TdClassName
{
border-color: #BCAD4F;
}
.TagClassName
{
border-color: #BCAD4F;
}
</style>