Shades of Gimblet #BCA86B
Tints of Gimblet #BCA86B
RGB
CMYK
RGB Variations
Color information
#BCA86B (or 0xBCA86B) is known color: Gimblet. HEX triplet: BC, A8 and 6B. RGB value is (188,168,107). Sum of RGB (Red+Green+Blue) = 188+168+107=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86B is #435794. Grayscale: #A7A7A7. Windows color (decimal): -4413333 or 7055548. OLE color: 7055548.
HSL color Cylindrical-coordinate representation of color #BCA86B: hue angle of 45.19º degrees, saturation: 0.38, 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 #BCA86B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 107 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.26 |
| HSL | 45.19º | 0.38% | 0.58% | - |
| HSV(B) | 45.19º | 0.43% | 0.74% | - |
| XYZ | 37.4 | 39.76 | 19.61 | - |
| YUV | 167.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 107 | 0 | 0.11 | 0.43 | 0.26 | 45.19 | 0.38 | 0.58 |
| Hex | BC | A8 | 6B | 0 | B | 2B | 1A | 2D | 26 | 3A |
| Octal | 274 | 250 | 153 | 0 | 13 | 53 | 32 | 55 | 46 | 72 |
| Binary | 10111100 | 10101000 | 1101011 | 0 | 1011 | 101011 | 11010 | 101101 | 100110 | 111010 |
Color Harmonies of #BCA86B
Complementary color
Monochromatic Colors of #BCA86B
Black with #BCA86B
Text Example
Text Example
White with #BCA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA86B; }
p { color: rgb(188,168,107); }
H1.HeaderClassName
{
color: #BCA86B;
}
.AnyTagClassName
{
color: #BCA86B;
}
</style>
background-color css
<style>
a { background-color: #BCA86B; }
a { background-color: rgb(188,168,107); }
div.DivClassName
{
background-color: #BCA86B;
}
.BgClassName
{
background-color: #BCA86B;
}
</style>
border-color css
<style>
span { border-color: #BCA86B; }
span { border-color: rgb(188,168,107); }
td.TdClassName
{
border-color: #BCA86B;
}
.TagClassName
{
border-color: #BCA86B;
}
</style>