Shades of Gimblet #B2AA6F
Tints of Gimblet #B2AA6F
RGB
CMYK
RGB Variations
Color information
#B2AA6F (or 0xB2AA6F) is known color: Gimblet. HEX triplet: B2, AA and 6F. RGB value is (178,170,111). Sum of RGB (Red+Green+Blue) = 178+170+111=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA6F is #4D5590. Grayscale: #A5A5A5. Windows color (decimal): -5068177 or 7318194. OLE color: 7318194.
HSL color Cylindrical-coordinate representation of color #B2AA6F: hue angle of 52.84º degrees, saturation: 0.3, 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 #B2AA6F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 111 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.30 |
| HSL | 52.84º | 0.3% | 0.57% | - |
| HSV(B) | 52.84º | 0.38% | 0.7% | - |
| XYZ | 35.6 | 39.36 | 20.76 | - |
| YUV | 165.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 111 | 0 | 0.04 | 0.38 | 0.30 | 52.84 | 0.3 | 0.57 |
| Hex | B2 | AA | 6F | 0 | 4 | 26 | 1E | 35 | 1E | 39 |
| Octal | 262 | 252 | 157 | 0 | 4 | 46 | 36 | 65 | 36 | 71 |
| Binary | 10110010 | 10101010 | 1101111 | 0 | 100 | 100110 | 11110 | 110101 | 11110 | 111001 |
Color Harmonies of #B2AA6F
Complementary color
Monochromatic Colors of #B2AA6F
Black with #B2AA6F
Text Example
Text Example
White with #B2AA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA6F; }
p { color: rgb(178,170,111); }
H1.HeaderClassName
{
color: #B2AA6F;
}
.AnyTagClassName
{
color: #B2AA6F;
}
</style>
background-color css
<style>
a { background-color: #B2AA6F; }
a { background-color: rgb(178,170,111); }
div.DivClassName
{
background-color: #B2AA6F;
}
.BgClassName
{
background-color: #B2AA6F;
}
</style>
border-color css
<style>
span { border-color: #B2AA6F; }
span { border-color: rgb(178,170,111); }
td.TdClassName
{
border-color: #B2AA6F;
}
.TagClassName
{
border-color: #B2AA6F;
}
</style>