Shades of Gimblet #BAA76B
Tints of Gimblet #BAA76B
RGB
CMYK
RGB Variations
Color information
#BAA76B (or 0xBAA76B) is known color: Gimblet. HEX triplet: BA, A7 and 6B. RGB value is (186,167,107). Sum of RGB (Red+Green+Blue) = 186+167+107=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA76B is #455894. Grayscale: #A6A6A6. Windows color (decimal): -4544661 or 7055290. OLE color: 7055290.
HSL color Cylindrical-coordinate representation of color #BAA76B: hue angle of 45.57º 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 #BAA76B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 107 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.27 |
| HSL | 45.57º | 0.36% | 0.57% | - |
| HSV(B) | 45.57º | 0.42% | 0.73% | - |
| XYZ | 36.72 | 39.14 | 19.53 | - |
| YUV | 165.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 107 | 0 | 0.10 | 0.42 | 0.27 | 45.57 | 0.36 | 0.57 |
| Hex | BA | A7 | 6B | 0 | A | 2A | 1B | 2E | 24 | 39 |
| Octal | 272 | 247 | 153 | 0 | 12 | 52 | 33 | 56 | 44 | 71 |
| Binary | 10111010 | 10100111 | 1101011 | 0 | 1010 | 101010 | 11011 | 101110 | 100100 | 111001 |
Color Harmonies of #BAA76B
Complementary color
Monochromatic Colors of #BAA76B
Black with #BAA76B
Text Example
Text Example
White with #BAA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA76B; }
p { color: rgb(186,167,107); }
H1.HeaderClassName
{
color: #BAA76B;
}
.AnyTagClassName
{
color: #BAA76B;
}
</style>
background-color css
<style>
a { background-color: #BAA76B; }
a { background-color: rgb(186,167,107); }
div.DivClassName
{
background-color: #BAA76B;
}
.BgClassName
{
background-color: #BAA76B;
}
</style>
border-color css
<style>
span { border-color: #BAA76B; }
span { border-color: rgb(186,167,107); }
td.TdClassName
{
border-color: #BAA76B;
}
.TagClassName
{
border-color: #BAA76B;
}
</style>