Shades of Gimblet #BCAB5F
Tints of Gimblet #BCAB5F
RGB
CMYK
RGB Variations
Color information
#BCAB5F (or 0xBCAB5F) is known color: Gimblet. HEX triplet: BC, AB and 5F. RGB value is (188,171,95). Sum of RGB (Red+Green+Blue) = 188+171+95=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB5F is #4354A0. Grayscale: #A7A7A7. Windows color (decimal): -4412577 or 6269884. OLE color: 6269884.
HSL color Cylindrical-coordinate representation of color #BCAB5F: hue angle of 49.03º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCAB5F is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 95 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.26 |
| HSL | 49.03º | 0.41% | 0.55% | - |
| HSV(B) | 49.03º | 0.49% | 0.74% | - |
| XYZ | 37.37 | 40.64 | 16.7 | - |
| YUV | 167.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 95 | 0 | 0.09 | 0.49 | 0.26 | 49.03 | 0.41 | 0.55 |
| Hex | BC | AB | 5F | 0 | 9 | 31 | 1A | 31 | 29 | 37 |
| Octal | 274 | 253 | 137 | 0 | 11 | 61 | 32 | 61 | 51 | 67 |
| Binary | 10111100 | 10101011 | 1011111 | 0 | 1001 | 110001 | 11010 | 110001 | 101001 | 110111 |
Color Harmonies of #BCAB5F
Complementary color
Monochromatic Colors of #BCAB5F
Black with #BCAB5F
Text Example
Text Example
White with #BCAB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB5F; }
p { color: rgb(188,171,95); }
H1.HeaderClassName
{
color: #BCAB5F;
}
.AnyTagClassName
{
color: #BCAB5F;
}
</style>
background-color css
<style>
a { background-color: #BCAB5F; }
a { background-color: rgb(188,171,95); }
div.DivClassName
{
background-color: #BCAB5F;
}
.BgClassName
{
background-color: #BCAB5F;
}
</style>
border-color css
<style>
span { border-color: #BCAB5F; }
span { border-color: rgb(188,171,95); }
td.TdClassName
{
border-color: #BCAB5F;
}
.TagClassName
{
border-color: #BCAB5F;
}
</style>