Shades of Gimblet #BCAA60
Tints of Gimblet #BCAA60
RGB
CMYK
RGB Variations
Color information
#BCAA60 (or 0xBCAA60) is known color: Gimblet. HEX triplet: BC, AA and 60. RGB value is (188,170,96). Sum of RGB (Red+Green+Blue) = 188+170+96=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA60 is #43559F. Grayscale: #A7A7A7. Windows color (decimal): -4412832 or 6335164. OLE color: 6335164.
HSL color Cylindrical-coordinate representation of color #BCAA60: hue angle of 48.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCAA60 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 96 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.26 |
| HSL | 48.26º | 0.41% | 0.56% | - |
| HSV(B) | 48.26º | 0.49% | 0.74% | - |
| XYZ | 37.23 | 40.29 | 16.88 | - |
| YUV | 166.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 96 | 0 | 0.10 | 0.49 | 0.26 | 48.26 | 0.41 | 0.56 |
| Hex | BC | AA | 60 | 0 | A | 31 | 1A | 30 | 29 | 38 |
| Octal | 274 | 252 | 140 | 0 | 12 | 61 | 32 | 60 | 51 | 70 |
| Binary | 10111100 | 10101010 | 1100000 | 0 | 1010 | 110001 | 11010 | 110000 | 101001 | 111000 |
Color Harmonies of #BCAA60
Complementary color
Monochromatic Colors of #BCAA60
Black with #BCAA60
Text Example
Text Example
White with #BCAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA60; }
p { color: rgb(188,170,96); }
H1.HeaderClassName
{
color: #BCAA60;
}
.AnyTagClassName
{
color: #BCAA60;
}
</style>
background-color css
<style>
a { background-color: #BCAA60; }
a { background-color: rgb(188,170,96); }
div.DivClassName
{
background-color: #BCAA60;
}
.BgClassName
{
background-color: #BCAA60;
}
</style>
border-color css
<style>
span { border-color: #BCAA60; }
span { border-color: rgb(188,170,96); }
td.TdClassName
{
border-color: #BCAA60;
}
.TagClassName
{
border-color: #BCAA60;
}
</style>