Shades of Gimblet #BCAC66
Tints of Gimblet #BCAC66
RGB
CMYK
RGB Variations
Color information
#BCAC66 (or 0xBCAC66) is known color: Gimblet. HEX triplet: BC, AC and 66. RGB value is (188,172,102). Sum of RGB (Red+Green+Blue) = 188+172+102=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC66 is #435399. Grayscale: #A9A9A9. Windows color (decimal): -4412314 or 6728892. OLE color: 6728892.
HSL color Cylindrical-coordinate representation of color #BCAC66: hue angle of 48.84º 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 #BCAC66 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 102 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.26 |
| HSL | 48.84º | 0.39% | 0.57% | - |
| HSV(B) | 48.84º | 0.46% | 0.74% | - |
| XYZ | 37.89 | 41.16 | 18.52 | - |
| YUV | 168.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 102 | 0 | 0.09 | 0.46 | 0.26 | 48.84 | 0.39 | 0.57 |
| Hex | BC | AC | 66 | 0 | 9 | 2E | 1A | 31 | 27 | 39 |
| Octal | 274 | 254 | 146 | 0 | 11 | 56 | 32 | 61 | 47 | 71 |
| Binary | 10111100 | 10101100 | 1100110 | 0 | 1001 | 101110 | 11010 | 110001 | 100111 | 111001 |
Color Harmonies of #BCAC66
Complementary color
Monochromatic Colors of #BCAC66
Black with #BCAC66
Text Example
Text Example
White with #BCAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC66; }
p { color: rgb(188,172,102); }
H1.HeaderClassName
{
color: #BCAC66;
}
.AnyTagClassName
{
color: #BCAC66;
}
</style>
background-color css
<style>
a { background-color: #BCAC66; }
a { background-color: rgb(188,172,102); }
div.DivClassName
{
background-color: #BCAC66;
}
.BgClassName
{
background-color: #BCAC66;
}
</style>
border-color css
<style>
span { border-color: #BCAC66; }
span { border-color: rgb(188,172,102); }
td.TdClassName
{
border-color: #BCAC66;
}
.TagClassName
{
border-color: #BCAC66;
}
</style>