Shades of Gimblet #BAAC70
Tints of Gimblet #BAAC70
RGB
CMYK
RGB Variations
Color information
#BAAC70 (or 0xBAAC70) is known color: Gimblet. HEX triplet: BA, AC and 70. RGB value is (186,172,112). Sum of RGB (Red+Green+Blue) = 186+172+112=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC70 is #45538F. Grayscale: #A9A9A9. Windows color (decimal): -4543376 or 7384250. OLE color: 7384250.
HSL color Cylindrical-coordinate representation of color #BAAC70: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAAC70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 172 | 112 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.27 |
| HSL | 48.65º | 0.35% | 0.58% | - |
| HSV(B) | 48.65º | 0.4% | 0.73% | - |
| XYZ | 37.93 | 41.11 | 21.27 | - |
| YUV | 169.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 172 | 112 | 0 | 0.08 | 0.40 | 0.27 | 48.65 | 0.35 | 0.58 |
| Hex | BA | AC | 70 | 0 | 8 | 28 | 1B | 31 | 23 | 3A |
| Octal | 272 | 254 | 160 | 0 | 10 | 50 | 33 | 61 | 43 | 72 |
| Binary | 10111010 | 10101100 | 1110000 | 0 | 1000 | 101000 | 11011 | 110001 | 100011 | 111010 |
Color Harmonies of #BAAC70
Complementary color
Monochromatic Colors of #BAAC70
Black with #BAAC70
Text Example
Text Example
White with #BAAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC70; }
p { color: rgb(186,172,112); }
H1.HeaderClassName
{
color: #BAAC70;
}
.AnyTagClassName
{
color: #BAAC70;
}
</style>
background-color css
<style>
a { background-color: #BAAC70; }
a { background-color: rgb(186,172,112); }
div.DivClassName
{
background-color: #BAAC70;
}
.BgClassName
{
background-color: #BAAC70;
}
</style>
border-color css
<style>
span { border-color: #BAAC70; }
span { border-color: rgb(186,172,112); }
td.TdClassName
{
border-color: #BAAC70;
}
.TagClassName
{
border-color: #BAAC70;
}
</style>