Shades of Gimblet #B6A85B
Tints of Gimblet #B6A85B
RGB
CMYK
RGB Variations
Color information
#B6A85B (or 0xB6A85B) is known color: Gimblet. HEX triplet: B6, A8 and 5B. RGB value is (182,168,91). Sum of RGB (Red+Green+Blue) = 182+168+91=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A85B is #4957A4. Grayscale: #A3A3A3. Windows color (decimal): -4806565 or 6006966. OLE color: 6006966.
HSL color Cylindrical-coordinate representation of color #B6A85B: hue angle of 50.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6A85B is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 91 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.29 |
| HSL | 50.77º | 0.38% | 0.54% | - |
| HSV(B) | 50.77º | 0.5% | 0.71% | - |
| XYZ | 35.18 | 38.71 | 15.51 | - |
| YUV | 163.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 91 | 0 | 0.08 | 0.5 | 0.29 | 50.77 | 0.38 | 0.54 |
| Hex | B6 | A8 | 5B | 0 | 8 | 32 | 1D | 33 | 26 | 36 |
| Octal | 266 | 250 | 133 | 0 | 10 | 62 | 35 | 63 | 46 | 66 |
| Binary | 10110110 | 10101000 | 1011011 | 0 | 1000 | 110010 | 11101 | 110011 | 100110 | 110110 |
Color Harmonies of #B6A85B
Complementary color
Monochromatic Colors of #B6A85B
Black with #B6A85B
Text Example
Text Example
White with #B6A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A85B; }
p { color: rgb(182,168,91); }
H1.HeaderClassName
{
color: #B6A85B;
}
.AnyTagClassName
{
color: #B6A85B;
}
</style>
background-color css
<style>
a { background-color: #B6A85B; }
a { background-color: rgb(182,168,91); }
div.DivClassName
{
background-color: #B6A85B;
}
.BgClassName
{
background-color: #B6A85B;
}
</style>
border-color css
<style>
span { border-color: #B6A85B; }
span { border-color: rgb(182,168,91); }
td.TdClassName
{
border-color: #B6A85B;
}
.TagClassName
{
border-color: #B6A85B;
}
</style>