Shades of Gimblet #BCA86A
Tints of Gimblet #BCA86A
RGB
CMYK
RGB Variations
Color information
#BCA86A (or 0xBCA86A) is known color: Gimblet. HEX triplet: BC, A8 and 6A. RGB value is (188,168,106). Sum of RGB (Red+Green+Blue) = 188+168+106=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86A is #435795. Grayscale: #A7A7A7. Windows color (decimal): -4413334 or 6990012. OLE color: 6990012.
HSL color Cylindrical-coordinate representation of color #BCA86A: hue angle of 45.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCA86A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 106 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.26 |
| HSL | 45.37º | 0.38% | 0.58% | - |
| HSV(B) | 45.37º | 0.44% | 0.74% | - |
| XYZ | 37.34 | 39.74 | 19.34 | - |
| YUV | 166.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 106 | 0 | 0.11 | 0.44 | 0.26 | 45.37 | 0.38 | 0.58 |
| Hex | BC | A8 | 6A | 0 | B | 2C | 1A | 2D | 26 | 3A |
| Octal | 274 | 250 | 152 | 0 | 13 | 54 | 32 | 55 | 46 | 72 |
| Binary | 10111100 | 10101000 | 1101010 | 0 | 1011 | 101100 | 11010 | 101101 | 100110 | 111010 |
Color Harmonies of #BCA86A
Complementary color
Monochromatic Colors of #BCA86A
Black with #BCA86A
Text Example
Text Example
White with #BCA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA86A; }
p { color: rgb(188,168,106); }
H1.HeaderClassName
{
color: #BCA86A;
}
.AnyTagClassName
{
color: #BCA86A;
}
</style>
background-color css
<style>
a { background-color: #BCA86A; }
a { background-color: rgb(188,168,106); }
div.DivClassName
{
background-color: #BCA86A;
}
.BgClassName
{
background-color: #BCA86A;
}
</style>
border-color css
<style>
span { border-color: #BCA86A; }
span { border-color: rgb(188,168,106); }
td.TdClassName
{
border-color: #BCA86A;
}
.TagClassName
{
border-color: #BCA86A;
}
</style>