Shades of Gimblet #BCAC56
Tints of Gimblet #BCAC56
RGB
CMYK
RGB Variations
Color information
#BCAC56 (or 0xBCAC56) is known color: Gimblet. HEX triplet: BC, AC and 56. RGB value is (188,172,86). Sum of RGB (Red+Green+Blue) = 188+172+86=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC56 is #4353A9. Grayscale: #A7A7A7. Windows color (decimal): -4412330 or 5680316. OLE color: 5680316.
HSL color Cylindrical-coordinate representation of color #BCAC56: hue angle of 50.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCAC56 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 86 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.26 |
| HSL | 50.59º | 0.43% | 0.54% | - |
| HSV(B) | 50.59º | 0.54% | 0.74% | - |
| XYZ | 37.17 | 40.87 | 14.73 | - |
| YUV | 166.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 86 | 0 | 0.09 | 0.54 | 0.26 | 50.59 | 0.43 | 0.54 |
| Hex | BC | AC | 56 | 0 | 9 | 36 | 1A | 33 | 2B | 36 |
| Octal | 274 | 254 | 126 | 0 | 11 | 66 | 32 | 63 | 53 | 66 |
| Binary | 10111100 | 10101100 | 1010110 | 0 | 1001 | 110110 | 11010 | 110011 | 101011 | 110110 |
Color Harmonies of #BCAC56
Complementary color
Monochromatic Colors of #BCAC56
Black with #BCAC56
Text Example
Text Example
White with #BCAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC56; }
p { color: rgb(188,172,86); }
H1.HeaderClassName
{
color: #BCAC56;
}
.AnyTagClassName
{
color: #BCAC56;
}
</style>
background-color css
<style>
a { background-color: #BCAC56; }
a { background-color: rgb(188,172,86); }
div.DivClassName
{
background-color: #BCAC56;
}
.BgClassName
{
background-color: #BCAC56;
}
</style>
border-color css
<style>
span { border-color: #BCAC56; }
span { border-color: rgb(188,172,86); }
td.TdClassName
{
border-color: #BCAC56;
}
.TagClassName
{
border-color: #BCAC56;
}
</style>