Shades of Gimblet #BCA868
Tints of Gimblet #BCA868
RGB
CMYK
RGB Variations
Color information
#BCA868 (or 0xBCA868) is known color: Gimblet. HEX triplet: BC, A8 and 68. RGB value is (188,168,104). Sum of RGB (Red+Green+Blue) = 188+168+104=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA868 is #435797. Grayscale: #A6A6A6. Windows color (decimal): -4413336 or 6858940. OLE color: 6858940.
HSL color Cylindrical-coordinate representation of color #BCA868: hue angle of 45.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCA868 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 104 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.26 |
| HSL | 45.71º | 0.39% | 0.57% | - |
| HSV(B) | 45.71º | 0.45% | 0.74% | - |
| XYZ | 37.24 | 39.7 | 18.8 | - |
| YUV | 166.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 104 | 0 | 0.11 | 0.45 | 0.26 | 45.71 | 0.39 | 0.57 |
| Hex | BC | A8 | 68 | 0 | B | 2D | 1A | 2E | 27 | 39 |
| Octal | 274 | 250 | 150 | 0 | 13 | 55 | 32 | 56 | 47 | 71 |
| Binary | 10111100 | 10101000 | 1101000 | 0 | 1011 | 101101 | 11010 | 101110 | 100111 | 111001 |
Color Harmonies of #BCA868
Complementary color
Monochromatic Colors of #BCA868
Black with #BCA868
Text Example
Text Example
White with #BCA868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA868; }
p { color: rgb(188,168,104); }
H1.HeaderClassName
{
color: #BCA868;
}
.AnyTagClassName
{
color: #BCA868;
}
</style>
background-color css
<style>
a { background-color: #BCA868; }
a { background-color: rgb(188,168,104); }
div.DivClassName
{
background-color: #BCA868;
}
.BgClassName
{
background-color: #BCA868;
}
</style>
border-color css
<style>
span { border-color: #BCA868; }
span { border-color: rgb(188,168,104); }
td.TdClassName
{
border-color: #BCA868;
}
.TagClassName
{
border-color: #BCA868;
}
</style>