Shades of Gimblet #BCAA70
Tints of Gimblet #BCAA70
RGB
CMYK
RGB Variations
Color information
#BCAA70 (or 0xBCAA70) is known color: Gimblet. HEX triplet: BC, AA and 70. RGB value is (188,170,112). Sum of RGB (Red+Green+Blue) = 188+170+112=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA70 is #43558F. Grayscale: #A9A9A9. Windows color (decimal): -4412816 or 7383740. OLE color: 7383740.
HSL color Cylindrical-coordinate representation of color #BCAA70: hue angle of 45.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCAA70 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 112 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.26 |
| HSL | 45.79º | 0.36% | 0.59% | - |
| HSV(B) | 45.79º | 0.4% | 0.74% | - |
| XYZ | 38.04 | 40.61 | 21.16 | - |
| YUV | 168.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 112 | 0 | 0.10 | 0.40 | 0.26 | 45.79 | 0.36 | 0.59 |
| Hex | BC | AA | 70 | 0 | A | 28 | 1A | 2E | 24 | 3B |
| Octal | 274 | 252 | 160 | 0 | 12 | 50 | 32 | 56 | 44 | 73 |
| Binary | 10111100 | 10101010 | 1110000 | 0 | 1010 | 101000 | 11010 | 101110 | 100100 | 111011 |
Color Harmonies of #BCAA70
Complementary color
Monochromatic Colors of #BCAA70
Black with #BCAA70
Text Example
Text Example
White with #BCAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA70; }
p { color: rgb(188,170,112); }
H1.HeaderClassName
{
color: #BCAA70;
}
.AnyTagClassName
{
color: #BCAA70;
}
</style>
background-color css
<style>
a { background-color: #BCAA70; }
a { background-color: rgb(188,170,112); }
div.DivClassName
{
background-color: #BCAA70;
}
.BgClassName
{
background-color: #BCAA70;
}
</style>
border-color css
<style>
span { border-color: #BCAA70; }
span { border-color: rgb(188,170,112); }
td.TdClassName
{
border-color: #BCAA70;
}
.TagClassName
{
border-color: #BCAA70;
}
</style>