Shades of Gimblet #BCAD6A
Tints of Gimblet #BCAD6A
RGB
CMYK
RGB Variations
Color information
#BCAD6A (or 0xBCAD6A) is known color: Gimblet. HEX triplet: BC, AD and 6A. RGB value is (188,173,106). Sum of RGB (Red+Green+Blue) = 188+173+106=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD6A is #435295. Grayscale: #AAAAAA. Windows color (decimal): -4412054 or 6991292. OLE color: 6991292.
HSL color Cylindrical-coordinate representation of color #BCAD6A: hue angle of 49.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCAD6A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 106 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.26 |
| HSL | 49.02º | 0.38% | 0.58% | - |
| HSV(B) | 49.02º | 0.44% | 0.74% | - |
| XYZ | 38.28 | 41.62 | 19.65 | - |
| YUV | 169.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 106 | 0 | 0.08 | 0.44 | 0.26 | 49.02 | 0.38 | 0.58 |
| Hex | BC | AD | 6A | 0 | 8 | 2C | 1A | 31 | 26 | 3A |
| Octal | 274 | 255 | 152 | 0 | 10 | 54 | 32 | 61 | 46 | 72 |
| Binary | 10111100 | 10101101 | 1101010 | 0 | 1000 | 101100 | 11010 | 110001 | 100110 | 111010 |
Color Harmonies of #BCAD6A
Complementary color
Monochromatic Colors of #BCAD6A
Black with #BCAD6A
Text Example
Text Example
White with #BCAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD6A; }
p { color: rgb(188,173,106); }
H1.HeaderClassName
{
color: #BCAD6A;
}
.AnyTagClassName
{
color: #BCAD6A;
}
</style>
background-color css
<style>
a { background-color: #BCAD6A; }
a { background-color: rgb(188,173,106); }
div.DivClassName
{
background-color: #BCAD6A;
}
.BgClassName
{
background-color: #BCAD6A;
}
</style>
border-color css
<style>
span { border-color: #BCAD6A; }
span { border-color: rgb(188,173,106); }
td.TdClassName
{
border-color: #BCAD6A;
}
.TagClassName
{
border-color: #BCAD6A;
}
</style>