Shades of Gimblet #BCAB5C
Tints of Gimblet #BCAB5C
RGB
CMYK
RGB Variations
Color information
#BCAB5C (or 0xBCAB5C) is known color: Gimblet. HEX triplet: BC, AB and 5C. RGB value is (188,171,92). Sum of RGB (Red+Green+Blue) = 188+171+92=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB5C is #4354A3. Grayscale: #A7A7A7. Windows color (decimal): -4412580 or 6073276. OLE color: 6073276.
HSL color Cylindrical-coordinate representation of color #BCAB5C: hue angle of 49.38º degrees, saturation: 0.42, 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 #BCAB5C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 92 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.26 |
| HSL | 49.38º | 0.42% | 0.55% | - |
| HSV(B) | 49.38º | 0.51% | 0.74% | - |
| XYZ | 37.23 | 40.59 | 16 | - |
| YUV | 167.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 92 | 0 | 0.09 | 0.51 | 0.26 | 49.38 | 0.42 | 0.55 |
| Hex | BC | AB | 5C | 0 | 9 | 33 | 1A | 31 | 2A | 37 |
| Octal | 274 | 253 | 134 | 0 | 11 | 63 | 32 | 61 | 52 | 67 |
| Binary | 10111100 | 10101011 | 1011100 | 0 | 1001 | 110011 | 11010 | 110001 | 101010 | 110111 |
Color Harmonies of #BCAB5C
Complementary color
Monochromatic Colors of #BCAB5C
Black with #BCAB5C
Text Example
Text Example
White with #BCAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB5C; }
p { color: rgb(188,171,92); }
H1.HeaderClassName
{
color: #BCAB5C;
}
.AnyTagClassName
{
color: #BCAB5C;
}
</style>
background-color css
<style>
a { background-color: #BCAB5C; }
a { background-color: rgb(188,171,92); }
div.DivClassName
{
background-color: #BCAB5C;
}
.BgClassName
{
background-color: #BCAB5C;
}
</style>
border-color css
<style>
span { border-color: #BCAB5C; }
span { border-color: rgb(188,171,92); }
td.TdClassName
{
border-color: #BCAB5C;
}
.TagClassName
{
border-color: #BCAB5C;
}
</style>