Shades of Gimblet #BAAB5D
Tints of Gimblet #BAAB5D
RGB
CMYK
RGB Variations
Color information
#BAAB5D (or 0xBAAB5D) is known color: Gimblet. HEX triplet: BA, AB and 5D. RGB value is (186,171,93). Sum of RGB (Red+Green+Blue) = 186+171+93=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB5D is #4554A2. Grayscale: #A6A6A6. Windows color (decimal): -4543651 or 6138810. OLE color: 6138810.
HSL color Cylindrical-coordinate representation of color #BAAB5D: hue angle of 50.32º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAAB5D is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 93 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.27 |
| HSL | 50.32º | 0.4% | 0.55% | - |
| HSV(B) | 50.32º | 0.5% | 0.73% | - |
| XYZ | 36.79 | 40.36 | 16.21 | - |
| YUV | 166.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 93 | 0 | 0.08 | 0.5 | 0.27 | 50.32 | 0.4 | 0.55 |
| Hex | BA | AB | 5D | 0 | 8 | 32 | 1B | 32 | 28 | 37 |
| Octal | 272 | 253 | 135 | 0 | 10 | 62 | 33 | 62 | 50 | 67 |
| Binary | 10111010 | 10101011 | 1011101 | 0 | 1000 | 110010 | 11011 | 110010 | 101000 | 110111 |
Color Harmonies of #BAAB5D
Complementary color
Monochromatic Colors of #BAAB5D
Black with #BAAB5D
Text Example
Text Example
White with #BAAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB5D; }
p { color: rgb(186,171,93); }
H1.HeaderClassName
{
color: #BAAB5D;
}
.AnyTagClassName
{
color: #BAAB5D;
}
</style>
background-color css
<style>
a { background-color: #BAAB5D; }
a { background-color: rgb(186,171,93); }
div.DivClassName
{
background-color: #BAAB5D;
}
.BgClassName
{
background-color: #BAAB5D;
}
</style>
border-color css
<style>
span { border-color: #BAAB5D; }
span { border-color: rgb(186,171,93); }
td.TdClassName
{
border-color: #BAAB5D;
}
.TagClassName
{
border-color: #BAAB5D;
}
</style>