Shades of Gimblet #BCAE55
Tints of Gimblet #BCAE55
RGB
CMYK
RGB Variations
Color information
#BCAE55 (or 0xBCAE55) is known color: Gimblet. HEX triplet: BC, AE and 55. RGB value is (188,174,85). Sum of RGB (Red+Green+Blue) = 188+174+85=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE55 is #4351AA. Grayscale: #A8A8A8. Windows color (decimal): -4411819 or 5615292. OLE color: 5615292.
HSL color Cylindrical-coordinate representation of color #BCAE55: hue angle of 51.84º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCAE55 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 85 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.26 |
| HSL | 51.84º | 0.43% | 0.54% | - |
| HSV(B) | 51.84º | 0.55% | 0.74% | - |
| XYZ | 37.51 | 41.62 | 14.65 | - |
| YUV | 168.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 85 | 0 | 0.07 | 0.55 | 0.26 | 51.84 | 0.43 | 0.54 |
| Hex | BC | AE | 55 | 0 | 7 | 37 | 1A | 34 | 2B | 36 |
| Octal | 274 | 256 | 125 | 0 | 7 | 67 | 32 | 64 | 53 | 66 |
| Binary | 10111100 | 10101110 | 1010101 | 0 | 111 | 110111 | 11010 | 110100 | 101011 | 110110 |
Color Harmonies of #BCAE55
Complementary color
Monochromatic Colors of #BCAE55
Black with #BCAE55
Text Example
Text Example
White with #BCAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE55; }
p { color: rgb(188,174,85); }
H1.HeaderClassName
{
color: #BCAE55;
}
.AnyTagClassName
{
color: #BCAE55;
}
</style>
background-color css
<style>
a { background-color: #BCAE55; }
a { background-color: rgb(188,174,85); }
div.DivClassName
{
background-color: #BCAE55;
}
.BgClassName
{
background-color: #BCAE55;
}
</style>
border-color css
<style>
span { border-color: #BCAE55; }
span { border-color: rgb(188,174,85); }
td.TdClassName
{
border-color: #BCAE55;
}
.TagClassName
{
border-color: #BCAE55;
}
</style>