Shades of Gimblet #BCA86C
Tints of Gimblet #BCA86C
RGB
CMYK
RGB Variations
Color information
#BCA86C (or 0xBCA86C) is known color: Gimblet. HEX triplet: BC, A8 and 6C. RGB value is (188,168,108). Sum of RGB (Red+Green+Blue) = 188+168+108=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86C is #435793. Grayscale: #A7A7A7. Windows color (decimal): -4413332 or 7121084. OLE color: 7121084.
HSL color Cylindrical-coordinate representation of color #BCA86C: hue angle of 45º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCA86C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 108 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.26 |
| HSL | 45º | 0.37% | 0.58% | - |
| HSV(B) | 45º | 0.43% | 0.74% | - |
| XYZ | 37.45 | 39.78 | 19.89 | - |
| YUV | 167.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 108 | 0 | 0.11 | 0.43 | 0.26 | 45 | 0.37 | 0.58 |
| Hex | BC | A8 | 6C | 0 | B | 2B | 1A | 2D | 25 | 3A |
| Octal | 274 | 250 | 154 | 0 | 13 | 53 | 32 | 55 | 45 | 72 |
| Binary | 10111100 | 10101000 | 1101100 | 0 | 1011 | 101011 | 11010 | 101101 | 100101 | 111010 |
Color Harmonies of #BCA86C
Complementary color
Monochromatic Colors of #BCA86C
Black with #BCA86C
Text Example
Text Example
White with #BCA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA86C; }
p { color: rgb(188,168,108); }
H1.HeaderClassName
{
color: #BCA86C;
}
.AnyTagClassName
{
color: #BCA86C;
}
</style>
background-color css
<style>
a { background-color: #BCA86C; }
a { background-color: rgb(188,168,108); }
div.DivClassName
{
background-color: #BCA86C;
}
.BgClassName
{
background-color: #BCA86C;
}
</style>
border-color css
<style>
span { border-color: #BCA86C; }
span { border-color: rgb(188,168,108); }
td.TdClassName
{
border-color: #BCA86C;
}
.TagClassName
{
border-color: #BCA86C;
}
</style>