Shades of Gimblet #BCAE5E
Tints of Gimblet #BCAE5E
RGB
CMYK
RGB Variations
Color information
#BCAE5E (or 0xBCAE5E) is known color: Gimblet. HEX triplet: BC, AE and 5E. RGB value is (188,174,94). Sum of RGB (Red+Green+Blue) = 188+174+94=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE5E is #4351A1. Grayscale: #A9A9A9. Windows color (decimal): -4411810 or 6205116. OLE color: 6205116.
HSL color Cylindrical-coordinate representation of color #BCAE5E: hue angle of 51.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCAE5E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 94 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.26 |
| HSL | 51.06º | 0.41% | 0.55% | - |
| HSV(B) | 51.06º | 0.5% | 0.74% | - |
| XYZ | 37.9 | 41.77 | 16.66 | - |
| YUV | 169.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 94 | 0 | 0.07 | 0.50 | 0.26 | 51.06 | 0.41 | 0.55 |
| Hex | BC | AE | 5E | 0 | 7 | 32 | 1A | 33 | 29 | 37 |
| Octal | 274 | 256 | 136 | 0 | 7 | 62 | 32 | 63 | 51 | 67 |
| Binary | 10111100 | 10101110 | 1011110 | 0 | 111 | 110010 | 11010 | 110011 | 101001 | 110111 |
Color Harmonies of #BCAE5E
Complementary color
Monochromatic Colors of #BCAE5E
Black with #BCAE5E
Text Example
Text Example
White with #BCAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE5E; }
p { color: rgb(188,174,94); }
H1.HeaderClassName
{
color: #BCAE5E;
}
.AnyTagClassName
{
color: #BCAE5E;
}
</style>
background-color css
<style>
a { background-color: #BCAE5E; }
a { background-color: rgb(188,174,94); }
div.DivClassName
{
background-color: #BCAE5E;
}
.BgClassName
{
background-color: #BCAE5E;
}
</style>
border-color css
<style>
span { border-color: #BCAE5E; }
span { border-color: rgb(188,174,94); }
td.TdClassName
{
border-color: #BCAE5E;
}
.TagClassName
{
border-color: #BCAE5E;
}
</style>