Shades of Gimblet #BAAB6C
Tints of Gimblet #BAAB6C
RGB
CMYK
RGB Variations
Color information
#BAAB6C (or 0xBAAB6C) is known color: Gimblet. HEX triplet: BA, AB and 6C. RGB value is (186,171,108). Sum of RGB (Red+Green+Blue) = 186+171+108=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6C is #455493. Grayscale: #A8A8A8. Windows color (decimal): -4543636 or 7121850. OLE color: 7121850.
HSL color Cylindrical-coordinate representation of color #BAAB6C: hue angle of 48.46º 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 #BAAB6C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 108 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.27 |
| HSL | 48.46º | 0.36% | 0.58% | - |
| HSV(B) | 48.46º | 0.42% | 0.73% | - |
| XYZ | 37.52 | 40.65 | 20.06 | - |
| YUV | 168.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 108 | 0 | 0.08 | 0.42 | 0.27 | 48.46 | 0.36 | 0.58 |
| Hex | BA | AB | 6C | 0 | 8 | 2A | 1B | 30 | 24 | 3A |
| Octal | 272 | 253 | 154 | 0 | 10 | 52 | 33 | 60 | 44 | 72 |
| Binary | 10111010 | 10101011 | 1101100 | 0 | 1000 | 101010 | 11011 | 110000 | 100100 | 111010 |
Color Harmonies of #BAAB6C
Complementary color
Monochromatic Colors of #BAAB6C
Black with #BAAB6C
Text Example
Text Example
White with #BAAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB6C; }
p { color: rgb(186,171,108); }
H1.HeaderClassName
{
color: #BAAB6C;
}
.AnyTagClassName
{
color: #BAAB6C;
}
</style>
background-color css
<style>
a { background-color: #BAAB6C; }
a { background-color: rgb(186,171,108); }
div.DivClassName
{
background-color: #BAAB6C;
}
.BgClassName
{
background-color: #BAAB6C;
}
</style>
border-color css
<style>
span { border-color: #BAAB6C; }
span { border-color: rgb(186,171,108); }
td.TdClassName
{
border-color: #BAAB6C;
}
.TagClassName
{
border-color: #BAAB6C;
}
</style>