Shades of Gimblet #B2A05C
Tints of Gimblet #B2A05C
RGB
CMYK
RGB Variations
Color information
#B2A05C (or 0xB2A05C) is known color: Gimblet. HEX triplet: B2, A0 and 5C. RGB value is (178,160,92). Sum of RGB (Red+Green+Blue) = 178+160+92=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A05C is #4D5FA3. Grayscale: #9D9D9D. Windows color (decimal): -5070756 or 6070450. OLE color: 6070450.
HSL color Cylindrical-coordinate representation of color #B2A05C: hue angle of 47.44º 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 #B2A05C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 92 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.30 |
| HSL | 47.44º | 0.36% | 0.53% | - |
| HSV(B) | 47.44º | 0.48% | 0.7% | - |
| XYZ | 32.86 | 35.38 | 15.22 | - |
| YUV | 157.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 92 | 0 | 0.10 | 0.48 | 0.30 | 47.44 | 0.36 | 0.53 |
| Hex | B2 | A0 | 5C | 0 | A | 30 | 1E | 2F | 24 | 35 |
| Octal | 262 | 240 | 134 | 0 | 12 | 60 | 36 | 57 | 44 | 65 |
| Binary | 10110010 | 10100000 | 1011100 | 0 | 1010 | 110000 | 11110 | 101111 | 100100 | 110101 |
Color Harmonies of #B2A05C
Complementary color
Monochromatic Colors of #B2A05C
Black with #B2A05C
Text Example
Text Example
White with #B2A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A05C; }
p { color: rgb(178,160,92); }
H1.HeaderClassName
{
color: #B2A05C;
}
.AnyTagClassName
{
color: #B2A05C;
}
</style>
background-color css
<style>
a { background-color: #B2A05C; }
a { background-color: rgb(178,160,92); }
div.DivClassName
{
background-color: #B2A05C;
}
.BgClassName
{
background-color: #B2A05C;
}
</style>
border-color css
<style>
span { border-color: #B2A05C; }
span { border-color: rgb(178,160,92); }
td.TdClassName
{
border-color: #B2A05C;
}
.TagClassName
{
border-color: #B2A05C;
}
</style>