Shades of Gimblet #BCAC6E
Tints of Gimblet #BCAC6E
RGB
CMYK
RGB Variations
Color information
#BCAC6E (or 0xBCAC6E) is known color: Gimblet. HEX triplet: BC, AC and 6E. RGB value is (188,172,110). Sum of RGB (Red+Green+Blue) = 188+172+110=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC6E is #435391. Grayscale: #A9A9A9. Windows color (decimal): -4412306 or 7253180. OLE color: 7253180.
HSL color Cylindrical-coordinate representation of color #BCAC6E: hue angle of 47.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCAC6E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 110 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.26 |
| HSL | 47.69º | 0.37% | 0.58% | - |
| HSV(B) | 47.69º | 0.41% | 0.74% | - |
| XYZ | 38.31 | 41.32 | 20.71 | - |
| YUV | 169.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 110 | 0 | 0.09 | 0.41 | 0.26 | 47.69 | 0.37 | 0.58 |
| Hex | BC | AC | 6E | 0 | 9 | 29 | 1A | 30 | 25 | 3A |
| Octal | 274 | 254 | 156 | 0 | 11 | 51 | 32 | 60 | 45 | 72 |
| Binary | 10111100 | 10101100 | 1101110 | 0 | 1001 | 101001 | 11010 | 110000 | 100101 | 111010 |
Color Harmonies of #BCAC6E
Complementary color
Monochromatic Colors of #BCAC6E
Black with #BCAC6E
Text Example
Text Example
White with #BCAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC6E; }
p { color: rgb(188,172,110); }
H1.HeaderClassName
{
color: #BCAC6E;
}
.AnyTagClassName
{
color: #BCAC6E;
}
</style>
background-color css
<style>
a { background-color: #BCAC6E; }
a { background-color: rgb(188,172,110); }
div.DivClassName
{
background-color: #BCAC6E;
}
.BgClassName
{
background-color: #BCAC6E;
}
</style>
border-color css
<style>
span { border-color: #BCAC6E; }
span { border-color: rgb(188,172,110); }
td.TdClassName
{
border-color: #BCAC6E;
}
.TagClassName
{
border-color: #BCAC6E;
}
</style>