Shades of Sundance #BCAA4B
Tints of Sundance #BCAA4B
RGB
CMYK
RGB Variations
Color information
#BCAA4B (or 0xBCAA4B) is known color: Sundance. HEX triplet: BC, AA and 4B. RGB value is (188,170,75). Sum of RGB (Red+Green+Blue) = 188+170+75=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA4B is #4355B4. Grayscale: #A4A4A4. Windows color (decimal): -4412853 or 4958908. OLE color: 4958908.
HSL color Cylindrical-coordinate representation of color #BCAA4B: hue angle of 50.44º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCAA4B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 75 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.26 |
| HSL | 50.44º | 0.46% | 0.52% | - |
| HSV(B) | 50.44º | 0.6% | 0.74% | - |
| XYZ | 36.38 | 39.95 | 12.45 | - |
| YUV | 164.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 75 | 0 | 0.10 | 0.60 | 0.26 | 50.44 | 0.46 | 0.52 |
| Hex | BC | AA | 4B | 0 | A | 3C | 1A | 32 | 2E | 34 |
| Octal | 274 | 252 | 113 | 0 | 12 | 74 | 32 | 62 | 56 | 64 |
| Binary | 10111100 | 10101010 | 1001011 | 0 | 1010 | 111100 | 11010 | 110010 | 101110 | 110100 |
Color Harmonies of #BCAA4B
Complementary color
Monochromatic Colors of #BCAA4B
Black with #BCAA4B
Text Example
Text Example
White with #BCAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA4B; }
p { color: rgb(188,170,75); }
H1.HeaderClassName
{
color: #BCAA4B;
}
.AnyTagClassName
{
color: #BCAA4B;
}
</style>
background-color css
<style>
a { background-color: #BCAA4B; }
a { background-color: rgb(188,170,75); }
div.DivClassName
{
background-color: #BCAA4B;
}
.BgClassName
{
background-color: #BCAA4B;
}
</style>
border-color css
<style>
span { border-color: #BCAA4B; }
span { border-color: rgb(188,170,75); }
td.TdClassName
{
border-color: #BCAA4B;
}
.TagClassName
{
border-color: #BCAA4B;
}
</style>