Shades of Gimblet #B2A66F
Tints of Gimblet #B2A66F
RGB
CMYK
RGB Variations
Color information
#B2A66F (or 0xB2A66F) is known color: Gimblet. HEX triplet: B2, A6 and 6F. RGB value is (178,166,111). Sum of RGB (Red+Green+Blue) = 178+166+111=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A66F is #4D5990. Grayscale: #A3A3A3. Windows color (decimal): -5069201 or 7317170. OLE color: 7317170.
HSL color Cylindrical-coordinate representation of color #B2A66F: hue angle of 49.25º 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 #B2A66F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 111 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.30 |
| HSL | 49.25º | 0.3% | 0.57% | - |
| HSV(B) | 49.25º | 0.38% | 0.7% | - |
| XYZ | 34.87 | 37.89 | 20.51 | - |
| YUV | 163.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 111 | 0 | 0.07 | 0.38 | 0.30 | 49.25 | 0.3 | 0.57 |
| Hex | B2 | A6 | 6F | 0 | 7 | 26 | 1E | 31 | 1E | 39 |
| Octal | 262 | 246 | 157 | 0 | 7 | 46 | 36 | 61 | 36 | 71 |
| Binary | 10110010 | 10100110 | 1101111 | 0 | 111 | 100110 | 11110 | 110001 | 11110 | 111001 |
Color Harmonies of #B2A66F
Complementary color
Monochromatic Colors of #B2A66F
Black with #B2A66F
Text Example
Text Example
White with #B2A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A66F; }
p { color: rgb(178,166,111); }
H1.HeaderClassName
{
color: #B2A66F;
}
.AnyTagClassName
{
color: #B2A66F;
}
</style>
background-color css
<style>
a { background-color: #B2A66F; }
a { background-color: rgb(178,166,111); }
div.DivClassName
{
background-color: #B2A66F;
}
.BgClassName
{
background-color: #B2A66F;
}
</style>
border-color css
<style>
span { border-color: #B2A66F; }
span { border-color: rgb(178,166,111); }
td.TdClassName
{
border-color: #B2A66F;
}
.TagClassName
{
border-color: #B2A66F;
}
</style>