Shades of Gimblet #BCAC5E
Tints of Gimblet #BCAC5E
RGB
CMYK
RGB Variations
Color information
#BCAC5E (or 0xBCAC5E) is known color: Gimblet. HEX triplet: BC, AC and 5E. RGB value is (188,172,94). Sum of RGB (Red+Green+Blue) = 188+172+94=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5E is #4353A1. Grayscale: #A8A8A8. Windows color (decimal): -4412322 or 6204604. OLE color: 6204604.
HSL color Cylindrical-coordinate representation of color #BCAC5E: hue angle of 49.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCAC5E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 94 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.26 |
| HSL | 49.79º | 0.41% | 0.55% | - |
| HSV(B) | 49.79º | 0.5% | 0.74% | - |
| XYZ | 37.51 | 41 | 16.53 | - |
| YUV | 167.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 94 | 0 | 0.09 | 0.50 | 0.26 | 49.79 | 0.41 | 0.55 |
| Hex | BC | AC | 5E | 0 | 9 | 32 | 1A | 32 | 29 | 37 |
| Octal | 274 | 254 | 136 | 0 | 11 | 62 | 32 | 62 | 51 | 67 |
| Binary | 10111100 | 10101100 | 1011110 | 0 | 1001 | 110010 | 11010 | 110010 | 101001 | 110111 |
Color Harmonies of #BCAC5E
Complementary color
Monochromatic Colors of #BCAC5E
Black with #BCAC5E
Text Example
Text Example
White with #BCAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC5E; }
p { color: rgb(188,172,94); }
H1.HeaderClassName
{
color: #BCAC5E;
}
.AnyTagClassName
{
color: #BCAC5E;
}
</style>
background-color css
<style>
a { background-color: #BCAC5E; }
a { background-color: rgb(188,172,94); }
div.DivClassName
{
background-color: #BCAC5E;
}
.BgClassName
{
background-color: #BCAC5E;
}
</style>
border-color css
<style>
span { border-color: #BCAC5E; }
span { border-color: rgb(188,172,94); }
td.TdClassName
{
border-color: #BCAC5E;
}
.TagClassName
{
border-color: #BCAC5E;
}
</style>