Shades of Gimblet #BCA86D
Tints of Gimblet #BCA86D
RGB
CMYK
RGB Variations
Color information
#BCA86D (or 0xBCA86D) is known color: Gimblet. HEX triplet: BC, A8 and 6D. RGB value is (188,168,109). Sum of RGB (Red+Green+Blue) = 188+168+109=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA86D is #435792. Grayscale: #A7A7A7. Windows color (decimal): -4413331 or 7186620. OLE color: 7186620.
HSL color Cylindrical-coordinate representation of color #BCA86D: hue angle of 44.81º 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 #BCA86D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 109 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.26 |
| HSL | 44.81º | 0.37% | 0.58% | - |
| HSV(B) | 44.81º | 0.42% | 0.74% | - |
| XYZ | 37.5 | 39.8 | 20.17 | - |
| YUV | 167.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 109 | 0 | 0.11 | 0.42 | 0.26 | 44.81 | 0.37 | 0.58 |
| Hex | BC | A8 | 6D | 0 | B | 2A | 1A | 2D | 25 | 3A |
| Octal | 274 | 250 | 155 | 0 | 13 | 52 | 32 | 55 | 45 | 72 |
| Binary | 10111100 | 10101000 | 1101101 | 0 | 1011 | 101010 | 11010 | 101101 | 100101 | 111010 |
Color Harmonies of #BCA86D
Complementary color
Monochromatic Colors of #BCA86D
Black with #BCA86D
Text Example
Text Example
White with #BCA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA86D; }
p { color: rgb(188,168,109); }
H1.HeaderClassName
{
color: #BCA86D;
}
.AnyTagClassName
{
color: #BCA86D;
}
</style>
background-color css
<style>
a { background-color: #BCA86D; }
a { background-color: rgb(188,168,109); }
div.DivClassName
{
background-color: #BCA86D;
}
.BgClassName
{
background-color: #BCA86D;
}
</style>
border-color css
<style>
span { border-color: #BCA86D; }
span { border-color: rgb(188,168,109); }
td.TdClassName
{
border-color: #BCA86D;
}
.TagClassName
{
border-color: #BCA86D;
}
</style>