Shades of Gimblet #BCA76D
Tints of Gimblet #BCA76D
RGB
CMYK
RGB Variations
Color information
#BCA76D (or 0xBCA76D) is known color: Gimblet. HEX triplet: BC, A7 and 6D. RGB value is (188,167,109). Sum of RGB (Red+Green+Blue) = 188+167+109=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA76D is #435892. Grayscale: #A6A6A6. Windows color (decimal): -4413587 or 7186364. OLE color: 7186364.
HSL color Cylindrical-coordinate representation of color #BCA76D: hue angle of 44.05º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCA76D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 109 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.26 |
| HSL | 44.05º | 0.37% | 0.58% | - |
| HSV(B) | 44.05º | 0.42% | 0.74% | - |
| XYZ | 37.32 | 39.43 | 20.11 | - |
| YUV | 166.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 109 | 0 | 0.11 | 0.42 | 0.26 | 44.05 | 0.37 | 0.58 |
| Hex | BC | A7 | 6D | 0 | B | 2A | 1A | 2C | 25 | 3A |
| Octal | 274 | 247 | 155 | 0 | 13 | 52 | 32 | 54 | 45 | 72 |
| Binary | 10111100 | 10100111 | 1101101 | 0 | 1011 | 101010 | 11010 | 101100 | 100101 | 111010 |
Color Harmonies of #BCA76D
Complementary color
Monochromatic Colors of #BCA76D
Black with #BCA76D
Text Example
Text Example
White with #BCA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA76D; }
p { color: rgb(188,167,109); }
H1.HeaderClassName
{
color: #BCA76D;
}
.AnyTagClassName
{
color: #BCA76D;
}
</style>
background-color css
<style>
a { background-color: #BCA76D; }
a { background-color: rgb(188,167,109); }
div.DivClassName
{
background-color: #BCA76D;
}
.BgClassName
{
background-color: #BCA76D;
}
</style>
border-color css
<style>
span { border-color: #BCA76D; }
span { border-color: rgb(188,167,109); }
td.TdClassName
{
border-color: #BCA76D;
}
.TagClassName
{
border-color: #BCA76D;
}
</style>