Shades of Gimblet #BCAB6E
Tints of Gimblet #BCAB6E
RGB
CMYK
RGB Variations
Color information
#BCAB6E (or 0xBCAB6E) is known color: Gimblet. HEX triplet: BC, AB and 6E. RGB value is (188,171,110). Sum of RGB (Red+Green+Blue) = 188+171+110=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB6E is #435491. Grayscale: #A9A9A9. Windows color (decimal): -4412562 or 7252924. OLE color: 7252924.
HSL color Cylindrical-coordinate representation of color #BCAB6E: hue angle of 46.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCAB6E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 110 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.26 |
| HSL | 46.92º | 0.37% | 0.58% | - |
| HSV(B) | 46.92º | 0.41% | 0.74% | - |
| XYZ | 38.12 | 40.94 | 20.65 | - |
| YUV | 169.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 110 | 0 | 0.09 | 0.41 | 0.26 | 46.92 | 0.37 | 0.58 |
| Hex | BC | AB | 6E | 0 | 9 | 29 | 1A | 2F | 25 | 3A |
| Octal | 274 | 253 | 156 | 0 | 11 | 51 | 32 | 57 | 45 | 72 |
| Binary | 10111100 | 10101011 | 1101110 | 0 | 1001 | 101001 | 11010 | 101111 | 100101 | 111010 |
Color Harmonies of #BCAB6E
Complementary color
Monochromatic Colors of #BCAB6E
Black with #BCAB6E
Text Example
Text Example
White with #BCAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB6E; }
p { color: rgb(188,171,110); }
H1.HeaderClassName
{
color: #BCAB6E;
}
.AnyTagClassName
{
color: #BCAB6E;
}
</style>
background-color css
<style>
a { background-color: #BCAB6E; }
a { background-color: rgb(188,171,110); }
div.DivClassName
{
background-color: #BCAB6E;
}
.BgClassName
{
background-color: #BCAB6E;
}
</style>
border-color css
<style>
span { border-color: #BCAB6E; }
span { border-color: rgb(188,171,110); }
td.TdClassName
{
border-color: #BCAB6E;
}
.TagClassName
{
border-color: #BCAB6E;
}
</style>