Shades of Gimblet #B2A55C
Tints of Gimblet #B2A55C
RGB
CMYK
RGB Variations
Color information
#B2A55C (or 0xB2A55C) is known color: Gimblet. HEX triplet: B2, A5 and 5C. RGB value is (178,165,92). Sum of RGB (Red+Green+Blue) = 178+165+92=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A55C is #4D5AA3. Grayscale: #A0A0A0. Windows color (decimal): -5069476 or 6071730. OLE color: 6071730.
HSL color Cylindrical-coordinate representation of color #B2A55C: hue angle of 50.93º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2A55C is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 92 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.30 |
| HSL | 50.93º | 0.36% | 0.53% | - |
| HSV(B) | 50.93º | 0.48% | 0.7% | - |
| XYZ | 33.75 | 37.15 | 15.52 | - |
| YUV | 160.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 92 | 0 | 0.07 | 0.48 | 0.30 | 50.93 | 0.36 | 0.53 |
| Hex | B2 | A5 | 5C | 0 | 7 | 30 | 1E | 33 | 24 | 35 |
| Octal | 262 | 245 | 134 | 0 | 7 | 60 | 36 | 63 | 44 | 65 |
| Binary | 10110010 | 10100101 | 1011100 | 0 | 111 | 110000 | 11110 | 110011 | 100100 | 110101 |
Color Harmonies of #B2A55C
Complementary color
Monochromatic Colors of #B2A55C
Black with #B2A55C
Text Example
Text Example
White with #B2A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A55C; }
p { color: rgb(178,165,92); }
H1.HeaderClassName
{
color: #B2A55C;
}
.AnyTagClassName
{
color: #B2A55C;
}
</style>
background-color css
<style>
a { background-color: #B2A55C; }
a { background-color: rgb(178,165,92); }
div.DivClassName
{
background-color: #B2A55C;
}
.BgClassName
{
background-color: #B2A55C;
}
</style>
border-color css
<style>
span { border-color: #B2A55C; }
span { border-color: rgb(178,165,92); }
td.TdClassName
{
border-color: #B2A55C;
}
.TagClassName
{
border-color: #B2A55C;
}
</style>