Shades of Gimblet #BCA866
Tints of Gimblet #BCA866
RGB
CMYK
RGB Variations
Color information
#BCA866 (or 0xBCA866) is known color: Gimblet. HEX triplet: BC, A8 and 66. RGB value is (188,168,102). Sum of RGB (Red+Green+Blue) = 188+168+102=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA866 is #435799. Grayscale: #A6A6A6. Windows color (decimal): -4413338 or 6727868. OLE color: 6727868.
HSL color Cylindrical-coordinate representation of color #BCA866: hue angle of 46.05º 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 #BCA866 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 102 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.26 |
| HSL | 46.05º | 0.39% | 0.57% | - |
| HSV(B) | 46.05º | 0.46% | 0.74% | - |
| XYZ | 37.14 | 39.66 | 18.27 | - |
| YUV | 166.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 102 | 0 | 0.11 | 0.46 | 0.26 | 46.05 | 0.39 | 0.57 |
| Hex | BC | A8 | 66 | 0 | B | 2E | 1A | 2E | 27 | 39 |
| Octal | 274 | 250 | 146 | 0 | 13 | 56 | 32 | 56 | 47 | 71 |
| Binary | 10111100 | 10101000 | 1100110 | 0 | 1011 | 101110 | 11010 | 101110 | 100111 | 111001 |
Color Harmonies of #BCA866
Complementary color
Monochromatic Colors of #BCA866
Black with #BCA866
Text Example
Text Example
White with #BCA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA866; }
p { color: rgb(188,168,102); }
H1.HeaderClassName
{
color: #BCA866;
}
.AnyTagClassName
{
color: #BCA866;
}
</style>
background-color css
<style>
a { background-color: #BCA866; }
a { background-color: rgb(188,168,102); }
div.DivClassName
{
background-color: #BCA866;
}
.BgClassName
{
background-color: #BCA866;
}
</style>
border-color css
<style>
span { border-color: #BCA866; }
span { border-color: rgb(188,168,102); }
td.TdClassName
{
border-color: #BCA866;
}
.TagClassName
{
border-color: #BCA866;
}
</style>