Shades of Gimblet #BAAA6D
Tints of Gimblet #BAAA6D
RGB
CMYK
RGB Variations
Color information
#BAAA6D (or 0xBAAA6D) is known color: Gimblet. HEX triplet: BA, AA and 6D. RGB value is (186,170,109). Sum of RGB (Red+Green+Blue) = 186+170+109=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6D is #455592. Grayscale: #A8A8A8. Windows color (decimal): -4543891 or 7187130. OLE color: 7187130.
HSL color Cylindrical-coordinate representation of color #BAAA6D: hue angle of 47.53º 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 #BAAA6D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 109 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.27 |
| HSL | 47.53º | 0.36% | 0.58% | - |
| HSV(B) | 47.53º | 0.41% | 0.73% | - |
| XYZ | 37.38 | 40.29 | 20.27 | - |
| YUV | 167.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 109 | 0 | 0.09 | 0.41 | 0.27 | 47.53 | 0.36 | 0.58 |
| Hex | BA | AA | 6D | 0 | 9 | 29 | 1B | 30 | 24 | 3A |
| Octal | 272 | 252 | 155 | 0 | 11 | 51 | 33 | 60 | 44 | 72 |
| Binary | 10111010 | 10101010 | 1101101 | 0 | 1001 | 101001 | 11011 | 110000 | 100100 | 111010 |
Color Harmonies of #BAAA6D
Complementary color
Monochromatic Colors of #BAAA6D
Black with #BAAA6D
Text Example
Text Example
White with #BAAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA6D; }
p { color: rgb(186,170,109); }
H1.HeaderClassName
{
color: #BAAA6D;
}
.AnyTagClassName
{
color: #BAAA6D;
}
</style>
background-color css
<style>
a { background-color: #BAAA6D; }
a { background-color: rgb(186,170,109); }
div.DivClassName
{
background-color: #BAAA6D;
}
.BgClassName
{
background-color: #BAAA6D;
}
</style>
border-color css
<style>
span { border-color: #BAAA6D; }
span { border-color: rgb(186,170,109); }
td.TdClassName
{
border-color: #BAAA6D;
}
.TagClassName
{
border-color: #BAAA6D;
}
</style>