Shades of Gimblet #BCAC5D
Tints of Gimblet #BCAC5D
RGB
CMYK
RGB Variations
Color information
#BCAC5D (or 0xBCAC5D) is known color: Gimblet. HEX triplet: BC, AC and 5D. RGB value is (188,172,93). Sum of RGB (Red+Green+Blue) = 188+172+93=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5D is #4353A2. Grayscale: #A8A8A8. Windows color (decimal): -4412323 or 6139068. OLE color: 6139068.
HSL color Cylindrical-coordinate representation of color #BCAC5D: hue angle of 49.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCAC5D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 93 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.26 |
| HSL | 49.89º | 0.41% | 0.55% | - |
| HSV(B) | 49.89º | 0.51% | 0.74% | - |
| XYZ | 37.47 | 40.99 | 16.29 | - |
| YUV | 167.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 93 | 0 | 0.09 | 0.51 | 0.26 | 49.89 | 0.41 | 0.55 |
| Hex | BC | AC | 5D | 0 | 9 | 33 | 1A | 32 | 29 | 37 |
| Octal | 274 | 254 | 135 | 0 | 11 | 63 | 32 | 62 | 51 | 67 |
| Binary | 10111100 | 10101100 | 1011101 | 0 | 1001 | 110011 | 11010 | 110010 | 101001 | 110111 |
Color Harmonies of #BCAC5D
Complementary color
Monochromatic Colors of #BCAC5D
Black with #BCAC5D
Text Example
Text Example
White with #BCAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC5D; }
p { color: rgb(188,172,93); }
H1.HeaderClassName
{
color: #BCAC5D;
}
.AnyTagClassName
{
color: #BCAC5D;
}
</style>
background-color css
<style>
a { background-color: #BCAC5D; }
a { background-color: rgb(188,172,93); }
div.DivClassName
{
background-color: #BCAC5D;
}
.BgClassName
{
background-color: #BCAC5D;
}
</style>
border-color css
<style>
span { border-color: #BCAC5D; }
span { border-color: rgb(188,172,93); }
td.TdClassName
{
border-color: #BCAC5D;
}
.TagClassName
{
border-color: #BCAC5D;
}
</style>