Shades of Gimblet #B2A16C
Tints of Gimblet #B2A16C
RGB
CMYK
RGB Variations
Color information
#B2A16C (or 0xB2A16C) is known color: Gimblet. HEX triplet: B2, A1 and 6C. RGB value is (178,161,108). Sum of RGB (Red+Green+Blue) = 178+161+108=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A16C is #4D5E93. Grayscale: #A0A0A0. Windows color (decimal): -5070484 or 7119282. OLE color: 7119282.
HSL color Cylindrical-coordinate representation of color #B2A16C: hue angle of 45.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2A16C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 108 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.30 |
| HSL | 45.43º | 0.31% | 0.56% | - |
| HSV(B) | 45.43º | 0.39% | 0.7% | - |
| XYZ | 33.81 | 36.04 | 19.36 | - |
| YUV | 160.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 108 | 0 | 0.10 | 0.39 | 0.30 | 45.43 | 0.31 | 0.56 |
| Hex | B2 | A1 | 6C | 0 | A | 27 | 1E | 2D | 1F | 38 |
| Octal | 262 | 241 | 154 | 0 | 12 | 47 | 36 | 55 | 37 | 70 |
| Binary | 10110010 | 10100001 | 1101100 | 0 | 1010 | 100111 | 11110 | 101101 | 11111 | 111000 |
Color Harmonies of #B2A16C
Complementary color
Monochromatic Colors of #B2A16C
Black with #B2A16C
Text Example
Text Example
White with #B2A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A16C; }
p { color: rgb(178,161,108); }
H1.HeaderClassName
{
color: #B2A16C;
}
.AnyTagClassName
{
color: #B2A16C;
}
</style>
background-color css
<style>
a { background-color: #B2A16C; }
a { background-color: rgb(178,161,108); }
div.DivClassName
{
background-color: #B2A16C;
}
.BgClassName
{
background-color: #B2A16C;
}
</style>
border-color css
<style>
span { border-color: #B2A16C; }
span { border-color: rgb(178,161,108); }
td.TdClassName
{
border-color: #B2A16C;
}
.TagClassName
{
border-color: #B2A16C;
}
</style>