Shades of Gimblet #BCA96D
Tints of Gimblet #BCA96D
RGB
CMYK
RGB Variations
Color information
#BCA96D (or 0xBCA96D) is known color: Gimblet. HEX triplet: BC, A9 and 6D. RGB value is (188,169,109). Sum of RGB (Red+Green+Blue) = 188+169+109=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA96D is #435692. Grayscale: #A8A8A8. Windows color (decimal): -4413075 or 7186876. OLE color: 7186876.
HSL color Cylindrical-coordinate representation of color #BCA96D: hue angle of 45.57º 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 #BCA96D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 109 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.26 |
| HSL | 45.57º | 0.37% | 0.58% | - |
| HSV(B) | 45.57º | 0.42% | 0.74% | - |
| XYZ | 37.69 | 40.17 | 20.24 | - |
| YUV | 167.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 109 | 0 | 0.10 | 0.42 | 0.26 | 45.57 | 0.37 | 0.58 |
| Hex | BC | A9 | 6D | 0 | A | 2A | 1A | 2E | 25 | 3A |
| Octal | 274 | 251 | 155 | 0 | 12 | 52 | 32 | 56 | 45 | 72 |
| Binary | 10111100 | 10101001 | 1101101 | 0 | 1010 | 101010 | 11010 | 101110 | 100101 | 111010 |
Color Harmonies of #BCA96D
Complementary color
Monochromatic Colors of #BCA96D
Black with #BCA96D
Text Example
Text Example
White with #BCA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA96D; }
p { color: rgb(188,169,109); }
H1.HeaderClassName
{
color: #BCA96D;
}
.AnyTagClassName
{
color: #BCA96D;
}
</style>
background-color css
<style>
a { background-color: #BCA96D; }
a { background-color: rgb(188,169,109); }
div.DivClassName
{
background-color: #BCA96D;
}
.BgClassName
{
background-color: #BCA96D;
}
</style>
border-color css
<style>
span { border-color: #BCA96D; }
span { border-color: rgb(188,169,109); }
td.TdClassName
{
border-color: #BCA96D;
}
.TagClassName
{
border-color: #BCA96D;
}
</style>