Shades of Gimblet #B6A65A
Tints of Gimblet #B6A65A
RGB
CMYK
RGB Variations
Color information
#B6A65A (or 0xB6A65A) is known color: Gimblet. HEX triplet: B6, A6 and 5A. RGB value is (182,166,90). Sum of RGB (Red+Green+Blue) = 182+166+90=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A65A is #4959A5. Grayscale: #A2A2A2. Windows color (decimal): -4807078 or 5940918. OLE color: 5940918.
HSL color Cylindrical-coordinate representation of color #B6A65A: hue angle of 49.57º 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 #B6A65A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 90 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.29 |
| HSL | 49.57º | 0.39% | 0.53% | - |
| HSV(B) | 49.57º | 0.51% | 0.71% | - |
| XYZ | 34.77 | 37.96 | 15.17 | - |
| YUV | 162.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 90 | 0 | 0.09 | 0.51 | 0.29 | 49.57 | 0.39 | 0.53 |
| Hex | B6 | A6 | 5A | 0 | 9 | 33 | 1D | 32 | 27 | 35 |
| Octal | 266 | 246 | 132 | 0 | 11 | 63 | 35 | 62 | 47 | 65 |
| Binary | 10110110 | 10100110 | 1011010 | 0 | 1001 | 110011 | 11101 | 110010 | 100111 | 110101 |
Color Harmonies of #B6A65A
Complementary color
Monochromatic Colors of #B6A65A
Black with #B6A65A
Text Example
Text Example
White with #B6A65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A65A; }
p { color: rgb(182,166,90); }
H1.HeaderClassName
{
color: #B6A65A;
}
.AnyTagClassName
{
color: #B6A65A;
}
</style>
background-color css
<style>
a { background-color: #B6A65A; }
a { background-color: rgb(182,166,90); }
div.DivClassName
{
background-color: #B6A65A;
}
.BgClassName
{
background-color: #B6A65A;
}
</style>
border-color css
<style>
span { border-color: #B6A65A; }
span { border-color: rgb(182,166,90); }
td.TdClassName
{
border-color: #B6A65A;
}
.TagClassName
{
border-color: #B6A65A;
}
</style>