Shades of Gimblet #B6A25A
Tints of Gimblet #B6A25A
RGB
CMYK
RGB Variations
Color information
#B6A25A (or 0xB6A25A) is known color: Gimblet. HEX triplet: B6, A2 and 5A. RGB value is (182,162,90). Sum of RGB (Red+Green+Blue) = 182+162+90=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A25A is #495DA5. Grayscale: #A0A0A0. Windows color (decimal): -4808102 or 5939894. OLE color: 5939894.
HSL color Cylindrical-coordinate representation of color #B6A25A: hue angle of 46.96º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6A25A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 90 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.29 |
| HSL | 46.96º | 0.39% | 0.53% | - |
| HSV(B) | 46.96º | 0.51% | 0.71% | - |
| XYZ | 34.06 | 36.52 | 14.93 | - |
| YUV | 159.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 90 | 0 | 0.11 | 0.51 | 0.29 | 46.96 | 0.39 | 0.53 |
| Hex | B6 | A2 | 5A | 0 | B | 33 | 1D | 2F | 27 | 35 |
| Octal | 266 | 242 | 132 | 0 | 13 | 63 | 35 | 57 | 47 | 65 |
| Binary | 10110110 | 10100010 | 1011010 | 0 | 1011 | 110011 | 11101 | 101111 | 100111 | 110101 |
Color Harmonies of #B6A25A
Complementary color
Monochromatic Colors of #B6A25A
Black with #B6A25A
Text Example
Text Example
White with #B6A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A25A; }
p { color: rgb(182,162,90); }
H1.HeaderClassName
{
color: #B6A25A;
}
.AnyTagClassName
{
color: #B6A25A;
}
</style>
background-color css
<style>
a { background-color: #B6A25A; }
a { background-color: rgb(182,162,90); }
div.DivClassName
{
background-color: #B6A25A;
}
.BgClassName
{
background-color: #B6A25A;
}
</style>
border-color css
<style>
span { border-color: #B6A25A; }
span { border-color: rgb(182,162,90); }
td.TdClassName
{
border-color: #B6A25A;
}
.TagClassName
{
border-color: #B6A25A;
}
</style>