Shades of Sundance #BCA84B
Tints of Sundance #BCA84B
RGB
CMYK
RGB Variations
Color information
#BCA84B (or 0xBCA84B) is known color: Sundance. HEX triplet: BC, A8 and 4B. RGB value is (188,168,75). Sum of RGB (Red+Green+Blue) = 188+168+75=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA84B is #4357B4. Grayscale: #A3A3A3. Windows color (decimal): -4413365 or 4958396. OLE color: 4958396.
HSL color Cylindrical-coordinate representation of color #BCA84B: hue angle of 49.38º 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 #BCA84B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 75 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.26 |
| HSL | 49.38º | 0.46% | 0.52% | - |
| HSV(B) | 49.38º | 0.6% | 0.74% | - |
| XYZ | 36.01 | 39.2 | 12.33 | - |
| YUV | 163.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 75 | 0 | 0.11 | 0.60 | 0.26 | 49.38 | 0.46 | 0.52 |
| Hex | BC | A8 | 4B | 0 | B | 3C | 1A | 31 | 2E | 34 |
| Octal | 274 | 250 | 113 | 0 | 13 | 74 | 32 | 61 | 56 | 64 |
| Binary | 10111100 | 10101000 | 1001011 | 0 | 1011 | 111100 | 11010 | 110001 | 101110 | 110100 |
Color Harmonies of #BCA84B
Complementary color
Monochromatic Colors of #BCA84B
Black with #BCA84B
Text Example
Text Example
White with #BCA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA84B; }
p { color: rgb(188,168,75); }
H1.HeaderClassName
{
color: #BCA84B;
}
.AnyTagClassName
{
color: #BCA84B;
}
</style>
background-color css
<style>
a { background-color: #BCA84B; }
a { background-color: rgb(188,168,75); }
div.DivClassName
{
background-color: #BCA84B;
}
.BgClassName
{
background-color: #BCA84B;
}
</style>
border-color css
<style>
span { border-color: #BCA84B; }
span { border-color: rgb(188,168,75); }
td.TdClassName
{
border-color: #BCA84B;
}
.TagClassName
{
border-color: #BCA84B;
}
</style>