Shades of Gimblet #B3AB6F
Tints of Gimblet #B3AB6F
RGB
CMYK
RGB Variations
Color information
#B3AB6F (or 0xB3AB6F) is known color: Gimblet. HEX triplet: B3, AB and 6F. RGB value is (179,171,111). Sum of RGB (Red+Green+Blue) = 179+171+111=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AB6F is #4C5490. Grayscale: #A6A6A6. Windows color (decimal): -5002385 or 7318451. OLE color: 7318451.
HSL color Cylindrical-coordinate representation of color #B3AB6F: hue angle of 52.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3AB6F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 111 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.30 |
| HSL | 52.94º | 0.31% | 0.57% | - |
| HSV(B) | 52.94º | 0.38% | 0.7% | - |
| XYZ | 36.02 | 39.86 | 20.83 | - |
| YUV | 166.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 111 | 0 | 0.04 | 0.38 | 0.30 | 52.94 | 0.31 | 0.57 |
| Hex | B3 | AB | 6F | 0 | 4 | 26 | 1E | 35 | 1F | 39 |
| Octal | 263 | 253 | 157 | 0 | 4 | 46 | 36 | 65 | 37 | 71 |
| Binary | 10110011 | 10101011 | 1101111 | 0 | 100 | 100110 | 11110 | 110101 | 11111 | 111001 |
Color Harmonies of #B3AB6F
Complementary color
Monochromatic Colors of #B3AB6F
Black with #B3AB6F
Text Example
Text Example
White with #B3AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB6F; }
p { color: rgb(179,171,111); }
H1.HeaderClassName
{
color: #B3AB6F;
}
.AnyTagClassName
{
color: #B3AB6F;
}
</style>
background-color css
<style>
a { background-color: #B3AB6F; }
a { background-color: rgb(179,171,111); }
div.DivClassName
{
background-color: #B3AB6F;
}
.BgClassName
{
background-color: #B3AB6F;
}
</style>
border-color css
<style>
span { border-color: #B3AB6F; }
span { border-color: rgb(179,171,111); }
td.TdClassName
{
border-color: #B3AB6F;
}
.TagClassName
{
border-color: #B3AB6F;
}
</style>