Shades of Gimblet #BAAB6E
Tints of Gimblet #BAAB6E
RGB
CMYK
RGB Variations
Color information
#BAAB6E (or 0xBAAB6E) is known color: Gimblet. HEX triplet: BA, AB and 6E. RGB value is (186,171,110). Sum of RGB (Red+Green+Blue) = 186+171+110=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6E is #455491. Grayscale: #A8A8A8. Windows color (decimal): -4543634 or 7252922. OLE color: 7252922.
HSL color Cylindrical-coordinate representation of color #BAAB6E: hue angle of 48.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAAB6E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 110 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.27 |
| HSL | 48.16º | 0.36% | 0.58% | - |
| HSV(B) | 48.16º | 0.41% | 0.73% | - |
| XYZ | 37.63 | 40.69 | 20.62 | - |
| YUV | 168.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 110 | 0 | 0.08 | 0.41 | 0.27 | 48.16 | 0.36 | 0.58 |
| Hex | BA | AB | 6E | 0 | 8 | 29 | 1B | 30 | 24 | 3A |
| Octal | 272 | 253 | 156 | 0 | 10 | 51 | 33 | 60 | 44 | 72 |
| Binary | 10111010 | 10101011 | 1101110 | 0 | 1000 | 101001 | 11011 | 110000 | 100100 | 111010 |
Color Harmonies of #BAAB6E
Complementary color
Monochromatic Colors of #BAAB6E
Black with #BAAB6E
Text Example
Text Example
White with #BAAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB6E; }
p { color: rgb(186,171,110); }
H1.HeaderClassName
{
color: #BAAB6E;
}
.AnyTagClassName
{
color: #BAAB6E;
}
</style>
background-color css
<style>
a { background-color: #BAAB6E; }
a { background-color: rgb(186,171,110); }
div.DivClassName
{
background-color: #BAAB6E;
}
.BgClassName
{
background-color: #BAAB6E;
}
</style>
border-color css
<style>
span { border-color: #BAAB6E; }
span { border-color: rgb(186,171,110); }
td.TdClassName
{
border-color: #BAAB6E;
}
.TagClassName
{
border-color: #BAAB6E;
}
</style>