Shades of Gimblet #BAAB6D
Tints of Gimblet #BAAB6D
RGB
CMYK
RGB Variations
Color information
#BAAB6D (or 0xBAAB6D) is known color: Gimblet. HEX triplet: BA, AB and 6D. RGB value is (186,171,109). Sum of RGB (Red+Green+Blue) = 186+171+109=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6D is #455492. Grayscale: #A8A8A8. Windows color (decimal): -4543635 or 7187386. OLE color: 7187386.
HSL color Cylindrical-coordinate representation of color #BAAB6D: hue angle of 48.31º 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 #BAAB6D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 109 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.27 |
| HSL | 48.31º | 0.36% | 0.58% | - |
| HSV(B) | 48.31º | 0.41% | 0.73% | - |
| XYZ | 37.57 | 40.67 | 20.34 | - |
| YUV | 168.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 109 | 0 | 0.08 | 0.41 | 0.27 | 48.31 | 0.36 | 0.58 |
| Hex | BA | AB | 6D | 0 | 8 | 29 | 1B | 30 | 24 | 3A |
| Octal | 272 | 253 | 155 | 0 | 10 | 51 | 33 | 60 | 44 | 72 |
| Binary | 10111010 | 10101011 | 1101101 | 0 | 1000 | 101001 | 11011 | 110000 | 100100 | 111010 |
Color Harmonies of #BAAB6D
Complementary color
Monochromatic Colors of #BAAB6D
Black with #BAAB6D
Text Example
Text Example
White with #BAAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB6D; }
p { color: rgb(186,171,109); }
H1.HeaderClassName
{
color: #BAAB6D;
}
.AnyTagClassName
{
color: #BAAB6D;
}
</style>
background-color css
<style>
a { background-color: #BAAB6D; }
a { background-color: rgb(186,171,109); }
div.DivClassName
{
background-color: #BAAB6D;
}
.BgClassName
{
background-color: #BAAB6D;
}
</style>
border-color css
<style>
span { border-color: #BAAB6D; }
span { border-color: rgb(186,171,109); }
td.TdClassName
{
border-color: #BAAB6D;
}
.TagClassName
{
border-color: #BAAB6D;
}
</style>