Shades of Gimblet #B6A05C
Tints of Gimblet #B6A05C
RGB
CMYK
RGB Variations
Color information
#B6A05C (or 0xB6A05C) is known color: Gimblet. HEX triplet: B6, A0 and 5C. RGB value is (182,160,92). Sum of RGB (Red+Green+Blue) = 182+160+92=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A05C is #495FA3. Grayscale: #9F9F9F. Windows color (decimal): -4808612 or 6070454. OLE color: 6070454.
HSL color Cylindrical-coordinate representation of color #B6A05C: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6A05C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 92 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.29 |
| HSL | 45.33º | 0.38% | 0.54% | - |
| HSV(B) | 45.33º | 0.49% | 0.71% | - |
| XYZ | 33.79 | 35.86 | 15.27 | - |
| YUV | 158.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 92 | 0 | 0.12 | 0.49 | 0.29 | 45.33 | 0.38 | 0.54 |
| Hex | B6 | A0 | 5C | 0 | C | 31 | 1D | 2D | 26 | 36 |
| Octal | 266 | 240 | 134 | 0 | 14 | 61 | 35 | 55 | 46 | 66 |
| Binary | 10110110 | 10100000 | 1011100 | 0 | 1100 | 110001 | 11101 | 101101 | 100110 | 110110 |
Color Harmonies of #B6A05C
Complementary color
Monochromatic Colors of #B6A05C
Black with #B6A05C
Text Example
Text Example
White with #B6A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A05C; }
p { color: rgb(182,160,92); }
H1.HeaderClassName
{
color: #B6A05C;
}
.AnyTagClassName
{
color: #B6A05C;
}
</style>
background-color css
<style>
a { background-color: #B6A05C; }
a { background-color: rgb(182,160,92); }
div.DivClassName
{
background-color: #B6A05C;
}
.BgClassName
{
background-color: #B6A05C;
}
</style>
border-color css
<style>
span { border-color: #B6A05C; }
span { border-color: rgb(182,160,92); }
td.TdClassName
{
border-color: #B6A05C;
}
.TagClassName
{
border-color: #B6A05C;
}
</style>