Shades of Gimblet #BCAB5E
Tints of Gimblet #BCAB5E
RGB
CMYK
RGB Variations
Color information
#BCAB5E (or 0xBCAB5E) is known color: Gimblet. HEX triplet: BC, AB and 5E. RGB value is (188,171,94). Sum of RGB (Red+Green+Blue) = 188+171+94=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB5E is #4354A1. Grayscale: #A7A7A7. Windows color (decimal): -4412578 or 6204348. OLE color: 6204348.
HSL color Cylindrical-coordinate representation of color #BCAB5E: hue angle of 49.15º 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 #BCAB5E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 94 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.26 |
| HSL | 49.15º | 0.41% | 0.55% | - |
| HSV(B) | 49.15º | 0.5% | 0.74% | - |
| XYZ | 37.32 | 40.63 | 16.46 | - |
| YUV | 167.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 94 | 0 | 0.09 | 0.50 | 0.26 | 49.15 | 0.41 | 0.55 |
| Hex | BC | AB | 5E | 0 | 9 | 32 | 1A | 31 | 29 | 37 |
| Octal | 274 | 253 | 136 | 0 | 11 | 62 | 32 | 61 | 51 | 67 |
| Binary | 10111100 | 10101011 | 1011110 | 0 | 1001 | 110010 | 11010 | 110001 | 101001 | 110111 |
Color Harmonies of #BCAB5E
Complementary color
Monochromatic Colors of #BCAB5E
Black with #BCAB5E
Text Example
Text Example
White with #BCAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB5E; }
p { color: rgb(188,171,94); }
H1.HeaderClassName
{
color: #BCAB5E;
}
.AnyTagClassName
{
color: #BCAB5E;
}
</style>
background-color css
<style>
a { background-color: #BCAB5E; }
a { background-color: rgb(188,171,94); }
div.DivClassName
{
background-color: #BCAB5E;
}
.BgClassName
{
background-color: #BCAB5E;
}
</style>
border-color css
<style>
span { border-color: #BCAB5E; }
span { border-color: rgb(188,171,94); }
td.TdClassName
{
border-color: #BCAB5E;
}
.TagClassName
{
border-color: #BCAB5E;
}
</style>