Shades of Gimblet #BAA56B
Tints of Gimblet #BAA56B
RGB
CMYK
RGB Variations
Color information
#BAA56B (or 0xBAA56B) is known color: Gimblet. HEX triplet: BA, A5 and 6B. RGB value is (186,165,107). Sum of RGB (Red+Green+Blue) = 186+165+107=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA56B is #455A94. Grayscale: #A4A4A4. Windows color (decimal): -4545173 or 7054778. OLE color: 7054778.
HSL color Cylindrical-coordinate representation of color #BAA56B: hue angle of 44.05º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAA56B is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 107 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.27 |
| HSL | 44.05º | 0.36% | 0.57% | - |
| HSV(B) | 44.05º | 0.42% | 0.73% | - |
| XYZ | 36.36 | 38.41 | 19.41 | - |
| YUV | 164.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 107 | 0 | 0.11 | 0.42 | 0.27 | 44.05 | 0.36 | 0.57 |
| Hex | BA | A5 | 6B | 0 | B | 2A | 1B | 2C | 24 | 39 |
| Octal | 272 | 245 | 153 | 0 | 13 | 52 | 33 | 54 | 44 | 71 |
| Binary | 10111010 | 10100101 | 1101011 | 0 | 1011 | 101010 | 11011 | 101100 | 100100 | 111001 |
Color Harmonies of #BAA56B
Complementary color
Monochromatic Colors of #BAA56B
Black with #BAA56B
Text Example
Text Example
White with #BAA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA56B; }
p { color: rgb(186,165,107); }
H1.HeaderClassName
{
color: #BAA56B;
}
.AnyTagClassName
{
color: #BAA56B;
}
</style>
background-color css
<style>
a { background-color: #BAA56B; }
a { background-color: rgb(186,165,107); }
div.DivClassName
{
background-color: #BAA56B;
}
.BgClassName
{
background-color: #BAA56B;
}
</style>
border-color css
<style>
span { border-color: #BAA56B; }
span { border-color: rgb(186,165,107); }
td.TdClassName
{
border-color: #BAA56B;
}
.TagClassName
{
border-color: #BAA56B;
}
</style>