Shades of Gimblet #BAAB6F
Tints of Gimblet #BAAB6F
RGB
CMYK
RGB Variations
Color information
#BAAB6F (or 0xBAAB6F) is known color: Gimblet. HEX triplet: BA, AB and 6F. RGB value is (186,171,111). Sum of RGB (Red+Green+Blue) = 186+171+111=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6F is #455490. Grayscale: #A8A8A8. Windows color (decimal): -4543633 or 7318458. OLE color: 7318458.
HSL color Cylindrical-coordinate representation of color #BAAB6F: hue angle of 48º 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 #BAAB6F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 111 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.27 |
| HSL | 48º | 0.35% | 0.58% | - |
| HSV(B) | 48º | 0.4% | 0.73% | - |
| XYZ | 37.68 | 40.71 | 20.91 | - |
| YUV | 168.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 111 | 0 | 0.08 | 0.40 | 0.27 | 48 | 0.35 | 0.58 |
| Hex | BA | AB | 6F | 0 | 8 | 28 | 1B | 30 | 23 | 3A |
| Octal | 272 | 253 | 157 | 0 | 10 | 50 | 33 | 60 | 43 | 72 |
| Binary | 10111010 | 10101011 | 1101111 | 0 | 1000 | 101000 | 11011 | 110000 | 100011 | 111010 |
Color Harmonies of #BAAB6F
Complementary color
Monochromatic Colors of #BAAB6F
Black with #BAAB6F
Text Example
Text Example
White with #BAAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB6F; }
p { color: rgb(186,171,111); }
H1.HeaderClassName
{
color: #BAAB6F;
}
.AnyTagClassName
{
color: #BAAB6F;
}
</style>
background-color css
<style>
a { background-color: #BAAB6F; }
a { background-color: rgb(186,171,111); }
div.DivClassName
{
background-color: #BAAB6F;
}
.BgClassName
{
background-color: #BAAB6F;
}
</style>
border-color css
<style>
span { border-color: #BAAB6F; }
span { border-color: rgb(186,171,111); }
td.TdClassName
{
border-color: #BAAB6F;
}
.TagClassName
{
border-color: #BAAB6F;
}
</style>