Shades of Gimblet #B2A86F
Tints of Gimblet #B2A86F
RGB
CMYK
RGB Variations
Color information
#B2A86F (or 0xB2A86F) is known color: Gimblet. HEX triplet: B2, A8 and 6F. RGB value is (178,168,111). Sum of RGB (Red+Green+Blue) = 178+168+111=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A86F is #4D5790. Grayscale: #A4A4A4. Windows color (decimal): -5068689 or 7317682. OLE color: 7317682.
HSL color Cylindrical-coordinate representation of color #B2A86F: hue angle of 51.04º 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 #B2A86F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 111 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.30 |
| HSL | 51.04º | 0.3% | 0.57% | - |
| HSV(B) | 51.04º | 0.38% | 0.7% | - |
| XYZ | 35.23 | 38.62 | 20.64 | - |
| YUV | 164.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 111 | 0 | 0.06 | 0.38 | 0.30 | 51.04 | 0.3 | 0.57 |
| Hex | B2 | A8 | 6F | 0 | 6 | 26 | 1E | 33 | 1E | 39 |
| Octal | 262 | 250 | 157 | 0 | 6 | 46 | 36 | 63 | 36 | 71 |
| Binary | 10110010 | 10101000 | 1101111 | 0 | 110 | 100110 | 11110 | 110011 | 11110 | 111001 |
Color Harmonies of #B2A86F
Complementary color
Monochromatic Colors of #B2A86F
Black with #B2A86F
Text Example
Text Example
White with #B2A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A86F; }
p { color: rgb(178,168,111); }
H1.HeaderClassName
{
color: #B2A86F;
}
.AnyTagClassName
{
color: #B2A86F;
}
</style>
background-color css
<style>
a { background-color: #B2A86F; }
a { background-color: rgb(178,168,111); }
div.DivClassName
{
background-color: #B2A86F;
}
.BgClassName
{
background-color: #B2A86F;
}
</style>
border-color css
<style>
span { border-color: #B2A86F; }
span { border-color: rgb(178,168,111); }
td.TdClassName
{
border-color: #B2A86F;
}
.TagClassName
{
border-color: #B2A86F;
}
</style>