Shades of Gimblet #BCAB66
Tints of Gimblet #BCAB66
RGB
CMYK
RGB Variations
Color information
#BCAB66 (or 0xBCAB66) is known color: Gimblet. HEX triplet: BC, AB and 66. RGB value is (188,171,102). Sum of RGB (Red+Green+Blue) = 188+171+102=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB66 is #435499. Grayscale: #A8A8A8. Windows color (decimal): -4412570 or 6728636. OLE color: 6728636.
HSL color Cylindrical-coordinate representation of color #BCAB66: hue angle of 48.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCAB66 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 102 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.26 |
| HSL | 48.14º | 0.39% | 0.57% | - |
| HSV(B) | 48.14º | 0.46% | 0.74% | - |
| XYZ | 37.7 | 40.78 | 18.45 | - |
| YUV | 168.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 102 | 0 | 0.09 | 0.46 | 0.26 | 48.14 | 0.39 | 0.57 |
| Hex | BC | AB | 66 | 0 | 9 | 2E | 1A | 30 | 27 | 39 |
| Octal | 274 | 253 | 146 | 0 | 11 | 56 | 32 | 60 | 47 | 71 |
| Binary | 10111100 | 10101011 | 1100110 | 0 | 1001 | 101110 | 11010 | 110000 | 100111 | 111001 |
Color Harmonies of #BCAB66
Complementary color
Monochromatic Colors of #BCAB66
Black with #BCAB66
Text Example
Text Example
White with #BCAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB66; }
p { color: rgb(188,171,102); }
H1.HeaderClassName
{
color: #BCAB66;
}
.AnyTagClassName
{
color: #BCAB66;
}
</style>
background-color css
<style>
a { background-color: #BCAB66; }
a { background-color: rgb(188,171,102); }
div.DivClassName
{
background-color: #BCAB66;
}
.BgClassName
{
background-color: #BCAB66;
}
</style>
border-color css
<style>
span { border-color: #BCAB66; }
span { border-color: rgb(188,171,102); }
td.TdClassName
{
border-color: #BCAB66;
}
.TagClassName
{
border-color: #BCAB66;
}
</style>