Shades of Gimblet #B2A456
Tints of Gimblet #B2A456
RGB
CMYK
RGB Variations
Color information
#B2A456 (or 0xB2A456) is known color: Gimblet. HEX triplet: B2, A4 and 56. RGB value is (178,164,86). Sum of RGB (Red+Green+Blue) = 178+164+86=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A456 is #4D5BA9. Grayscale: #9F9F9F. Windows color (decimal): -5069738 or 5678258. OLE color: 5678258.
HSL color Cylindrical-coordinate representation of color #B2A456: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A456 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 86 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.30 |
| HSL | 50.87º | 0.37% | 0.52% | - |
| HSV(B) | 50.87º | 0.52% | 0.7% | - |
| XYZ | 33.32 | 36.69 | 14.13 | - |
| YUV | 159.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 86 | 0 | 0.08 | 0.52 | 0.30 | 50.87 | 0.37 | 0.52 |
| Hex | B2 | A4 | 56 | 0 | 8 | 34 | 1E | 33 | 25 | 34 |
| Octal | 262 | 244 | 126 | 0 | 10 | 64 | 36 | 63 | 45 | 64 |
| Binary | 10110010 | 10100100 | 1010110 | 0 | 1000 | 110100 | 11110 | 110011 | 100101 | 110100 |
Color Harmonies of #B2A456
Complementary color
Monochromatic Colors of #B2A456
Black with #B2A456
Text Example
Text Example
White with #B2A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A456; }
p { color: rgb(178,164,86); }
H1.HeaderClassName
{
color: #B2A456;
}
.AnyTagClassName
{
color: #B2A456;
}
</style>
background-color css
<style>
a { background-color: #B2A456; }
a { background-color: rgb(178,164,86); }
div.DivClassName
{
background-color: #B2A456;
}
.BgClassName
{
background-color: #B2A456;
}
</style>
border-color css
<style>
span { border-color: #B2A456; }
span { border-color: rgb(178,164,86); }
td.TdClassName
{
border-color: #B2A456;
}
.TagClassName
{
border-color: #B2A456;
}
</style>