Shades of Gimblet #BAA56C
Tints of Gimblet #BAA56C
RGB
CMYK
RGB Variations
Color information
#BAA56C (or 0xBAA56C) is known color: Gimblet. HEX triplet: BA, A5 and 6C. RGB value is (186,165,108). Sum of RGB (Red+Green+Blue) = 186+165+108=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA56C is #455A93. Grayscale: #A5A5A5. Windows color (decimal): -4545172 or 7120314. OLE color: 7120314.
HSL color Cylindrical-coordinate representation of color #BAA56C: hue angle of 43.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAA56C is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 108 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.27 |
| HSL | 43.85º | 0.36% | 0.58% | - |
| HSV(B) | 43.85º | 0.42% | 0.73% | - |
| XYZ | 36.41 | 38.43 | 19.69 | - |
| YUV | 164.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 108 | 0 | 0.11 | 0.42 | 0.27 | 43.85 | 0.36 | 0.58 |
| Hex | BA | A5 | 6C | 0 | B | 2A | 1B | 2C | 24 | 3A |
| Octal | 272 | 245 | 154 | 0 | 13 | 52 | 33 | 54 | 44 | 72 |
| Binary | 10111010 | 10100101 | 1101100 | 0 | 1011 | 101010 | 11011 | 101100 | 100100 | 111010 |
Color Harmonies of #BAA56C
Complementary color
Monochromatic Colors of #BAA56C
Black with #BAA56C
Text Example
Text Example
White with #BAA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA56C; }
p { color: rgb(186,165,108); }
H1.HeaderClassName
{
color: #BAA56C;
}
.AnyTagClassName
{
color: #BAA56C;
}
</style>
background-color css
<style>
a { background-color: #BAA56C; }
a { background-color: rgb(186,165,108); }
div.DivClassName
{
background-color: #BAA56C;
}
.BgClassName
{
background-color: #BAA56C;
}
</style>
border-color css
<style>
span { border-color: #BAA56C; }
span { border-color: rgb(186,165,108); }
td.TdClassName
{
border-color: #BAA56C;
}
.TagClassName
{
border-color: #BAA56C;
}
</style>