Shades of Gimblet #B1A864
Tints of Gimblet #B1A864
RGB
CMYK
RGB Variations
Color information
#B1A864 (or 0xB1A864) is known color: Gimblet. HEX triplet: B1, A8 and 64. RGB value is (177,168,100). Sum of RGB (Red+Green+Blue) = 177+168+100=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A864 is #4E579B. Grayscale: #A3A3A3. Windows color (decimal): -5134236 or 6596785. OLE color: 6596785.
HSL color Cylindrical-coordinate representation of color #B1A864: hue angle of 52.99º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1A864 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 100 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.31 |
| HSL | 52.99º | 0.33% | 0.54% | - |
| HSV(B) | 52.99º | 0.44% | 0.69% | - |
| XYZ | 34.43 | 38.27 | 17.63 | - |
| YUV | 162.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 100 | 0 | 0.05 | 0.44 | 0.31 | 52.99 | 0.33 | 0.54 |
| Hex | B1 | A8 | 64 | 0 | 5 | 2C | 1F | 35 | 21 | 36 |
| Octal | 261 | 250 | 144 | 0 | 5 | 54 | 37 | 65 | 41 | 66 |
| Binary | 10110001 | 10101000 | 1100100 | 0 | 101 | 101100 | 11111 | 110101 | 100001 | 110110 |
Color Harmonies of #B1A864
Complementary color
Monochromatic Colors of #B1A864
Black with #B1A864
Text Example
Text Example
White with #B1A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A864; }
p { color: rgb(177,168,100); }
H1.HeaderClassName
{
color: #B1A864;
}
.AnyTagClassName
{
color: #B1A864;
}
</style>
background-color css
<style>
a { background-color: #B1A864; }
a { background-color: rgb(177,168,100); }
div.DivClassName
{
background-color: #B1A864;
}
.BgClassName
{
background-color: #B1A864;
}
</style>
border-color css
<style>
span { border-color: #B1A864; }
span { border-color: rgb(177,168,100); }
td.TdClassName
{
border-color: #B1A864;
}
.TagClassName
{
border-color: #B1A864;
}
</style>