Shades of Gimblet #B2A15F
Tints of Gimblet #B2A15F
RGB
CMYK
RGB Variations
Color information
#B2A15F (or 0xB2A15F) is known color: Gimblet. HEX triplet: B2, A1 and 5F. RGB value is (178,161,95). Sum of RGB (Red+Green+Blue) = 178+161+95=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A15F is #4D5EA0. Grayscale: #9E9E9E. Windows color (decimal): -5070497 or 6267314. OLE color: 6267314.
HSL color Cylindrical-coordinate representation of color #B2A15F: hue angle of 47.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2A15F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 95 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.30 |
| HSL | 47.71º | 0.35% | 0.54% | - |
| HSV(B) | 47.71º | 0.47% | 0.7% | - |
| XYZ | 33.17 | 35.78 | 15.98 | - |
| YUV | 158.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 95 | 0 | 0.10 | 0.47 | 0.30 | 47.71 | 0.35 | 0.54 |
| Hex | B2 | A1 | 5F | 0 | A | 2F | 1E | 30 | 23 | 36 |
| Octal | 262 | 241 | 137 | 0 | 12 | 57 | 36 | 60 | 43 | 66 |
| Binary | 10110010 | 10100001 | 1011111 | 0 | 1010 | 101111 | 11110 | 110000 | 100011 | 110110 |
Color Harmonies of #B2A15F
Complementary color
Monochromatic Colors of #B2A15F
Black with #B2A15F
Text Example
Text Example
White with #B2A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A15F; }
p { color: rgb(178,161,95); }
H1.HeaderClassName
{
color: #B2A15F;
}
.AnyTagClassName
{
color: #B2A15F;
}
</style>
background-color css
<style>
a { background-color: #B2A15F; }
a { background-color: rgb(178,161,95); }
div.DivClassName
{
background-color: #B2A15F;
}
.BgClassName
{
background-color: #B2A15F;
}
</style>
border-color css
<style>
span { border-color: #B2A15F; }
span { border-color: rgb(178,161,95); }
td.TdClassName
{
border-color: #B2A15F;
}
.TagClassName
{
border-color: #B2A15F;
}
</style>