Shades of Gimblet #BCAE65
Tints of Gimblet #BCAE65
RGB
CMYK
RGB Variations
Color information
#BCAE65 (or 0xBCAE65) is known color: Gimblet. HEX triplet: BC, AE and 65. RGB value is (188,174,101). Sum of RGB (Red+Green+Blue) = 188+174+101=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE65 is #43519A. Grayscale: #AAAAAA. Windows color (decimal): -4411803 or 6663868. OLE color: 6663868.
HSL color Cylindrical-coordinate representation of color #BCAE65: hue angle of 50.34º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCAE65 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 101 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.26 |
| HSL | 50.34º | 0.39% | 0.57% | - |
| HSV(B) | 50.34º | 0.46% | 0.74% | - |
| XYZ | 38.22 | 41.9 | 18.39 | - |
| YUV | 169.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 101 | 0 | 0.07 | 0.46 | 0.26 | 50.34 | 0.39 | 0.57 |
| Hex | BC | AE | 65 | 0 | 7 | 2E | 1A | 32 | 27 | 39 |
| Octal | 274 | 256 | 145 | 0 | 7 | 56 | 32 | 62 | 47 | 71 |
| Binary | 10111100 | 10101110 | 1100101 | 0 | 111 | 101110 | 11010 | 110010 | 100111 | 111001 |
Color Harmonies of #BCAE65
Complementary color
Monochromatic Colors of #BCAE65
Black with #BCAE65
Text Example
Text Example
White with #BCAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE65; }
p { color: rgb(188,174,101); }
H1.HeaderClassName
{
color: #BCAE65;
}
.AnyTagClassName
{
color: #BCAE65;
}
</style>
background-color css
<style>
a { background-color: #BCAE65; }
a { background-color: rgb(188,174,101); }
div.DivClassName
{
background-color: #BCAE65;
}
.BgClassName
{
background-color: #BCAE65;
}
</style>
border-color css
<style>
span { border-color: #BCAE65; }
span { border-color: rgb(188,174,101); }
td.TdClassName
{
border-color: #BCAE65;
}
.TagClassName
{
border-color: #BCAE65;
}
</style>