Shades of Gimblet #BAAB6B
Tints of Gimblet #BAAB6B
RGB
CMYK
RGB Variations
Color information
#BAAB6B (or 0xBAAB6B) is known color: Gimblet. HEX triplet: BA, AB and 6B. RGB value is (186,171,107). Sum of RGB (Red+Green+Blue) = 186+171+107=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6B is #455494. Grayscale: #A8A8A8. Windows color (decimal): -4543637 or 7056314. OLE color: 7056314.
HSL color Cylindrical-coordinate representation of color #BAAB6B: hue angle of 48.61º 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 #BAAB6B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 107 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.27 |
| HSL | 48.61º | 0.36% | 0.57% | - |
| HSV(B) | 48.61º | 0.42% | 0.73% | - |
| XYZ | 37.47 | 40.63 | 19.78 | - |
| YUV | 168.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 107 | 0 | 0.08 | 0.42 | 0.27 | 48.61 | 0.36 | 0.57 |
| Hex | BA | AB | 6B | 0 | 8 | 2A | 1B | 31 | 24 | 39 |
| Octal | 272 | 253 | 153 | 0 | 10 | 52 | 33 | 61 | 44 | 71 |
| Binary | 10111010 | 10101011 | 1101011 | 0 | 1000 | 101010 | 11011 | 110001 | 100100 | 111001 |
Color Harmonies of #BAAB6B
Complementary color
Monochromatic Colors of #BAAB6B
Black with #BAAB6B
Text Example
Text Example
White with #BAAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB6B; }
p { color: rgb(186,171,107); }
H1.HeaderClassName
{
color: #BAAB6B;
}
.AnyTagClassName
{
color: #BAAB6B;
}
</style>
background-color css
<style>
a { background-color: #BAAB6B; }
a { background-color: rgb(186,171,107); }
div.DivClassName
{
background-color: #BAAB6B;
}
.BgClassName
{
background-color: #BAAB6B;
}
</style>
border-color css
<style>
span { border-color: #BAAB6B; }
span { border-color: rgb(186,171,107); }
td.TdClassName
{
border-color: #BAAB6B;
}
.TagClassName
{
border-color: #BAAB6B;
}
</style>