Shades of Gimblet #BCAD6D
Tints of Gimblet #BCAD6D
RGB
CMYK
RGB Variations
Color information
#BCAD6D (or 0xBCAD6D) is known color: Gimblet. HEX triplet: BC, AD and 6D. RGB value is (188,173,109). Sum of RGB (Red+Green+Blue) = 188+173+109=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD6D is #435292. Grayscale: #AAAAAA. Windows color (decimal): -4412051 or 7187900. OLE color: 7187900.
HSL color Cylindrical-coordinate representation of color #BCAD6D: hue angle of 48.61º 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 #BCAD6D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 109 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.26 |
| HSL | 48.61º | 0.37% | 0.58% | - |
| HSV(B) | 48.61º | 0.42% | 0.74% | - |
| XYZ | 38.44 | 41.68 | 20.49 | - |
| YUV | 170.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 109 | 0 | 0.08 | 0.42 | 0.26 | 48.61 | 0.37 | 0.58 |
| Hex | BC | AD | 6D | 0 | 8 | 2A | 1A | 31 | 25 | 3A |
| Octal | 274 | 255 | 155 | 0 | 10 | 52 | 32 | 61 | 45 | 72 |
| Binary | 10111100 | 10101101 | 1101101 | 0 | 1000 | 101010 | 11010 | 110001 | 100101 | 111010 |
Color Harmonies of #BCAD6D
Complementary color
Monochromatic Colors of #BCAD6D
Black with #BCAD6D
Text Example
Text Example
White with #BCAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD6D; }
p { color: rgb(188,173,109); }
H1.HeaderClassName
{
color: #BCAD6D;
}
.AnyTagClassName
{
color: #BCAD6D;
}
</style>
background-color css
<style>
a { background-color: #BCAD6D; }
a { background-color: rgb(188,173,109); }
div.DivClassName
{
background-color: #BCAD6D;
}
.BgClassName
{
background-color: #BCAD6D;
}
</style>
border-color css
<style>
span { border-color: #BCAD6D; }
span { border-color: rgb(188,173,109); }
td.TdClassName
{
border-color: #BCAD6D;
}
.TagClassName
{
border-color: #BCAD6D;
}
</style>