Shades of Gimblet #BAAB67
Tints of Gimblet #BAAB67
RGB
CMYK
RGB Variations
Color information
#BAAB67 (or 0xBAAB67) is known color: Gimblet. HEX triplet: BA, AB and 67. RGB value is (186,171,103). Sum of RGB (Red+Green+Blue) = 186+171+103=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB67 is #455498. Grayscale: #A8A8A8. Windows color (decimal): -4543641 or 6794170. OLE color: 6794170.
HSL color Cylindrical-coordinate representation of color #BAAB67: hue angle of 49.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAAB67 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 103 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.27 |
| HSL | 49.16º | 0.38% | 0.57% | - |
| HSV(B) | 49.16º | 0.45% | 0.73% | - |
| XYZ | 37.26 | 40.54 | 18.69 | - |
| YUV | 167.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 103 | 0 | 0.08 | 0.45 | 0.27 | 49.16 | 0.38 | 0.57 |
| Hex | BA | AB | 67 | 0 | 8 | 2D | 1B | 31 | 26 | 39 |
| Octal | 272 | 253 | 147 | 0 | 10 | 55 | 33 | 61 | 46 | 71 |
| Binary | 10111010 | 10101011 | 1100111 | 0 | 1000 | 101101 | 11011 | 110001 | 100110 | 111001 |
Color Harmonies of #BAAB67
Complementary color
Monochromatic Colors of #BAAB67
Black with #BAAB67
Text Example
Text Example
White with #BAAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB67; }
p { color: rgb(186,171,103); }
H1.HeaderClassName
{
color: #BAAB67;
}
.AnyTagClassName
{
color: #BAAB67;
}
</style>
background-color css
<style>
a { background-color: #BAAB67; }
a { background-color: rgb(186,171,103); }
div.DivClassName
{
background-color: #BAAB67;
}
.BgClassName
{
background-color: #BAAB67;
}
</style>
border-color css
<style>
span { border-color: #BAAB67; }
span { border-color: rgb(186,171,103); }
td.TdClassName
{
border-color: #BAAB67;
}
.TagClassName
{
border-color: #BAAB67;
}
</style>