Shades of Gimblet #B6A86D
Tints of Gimblet #B6A86D
RGB
CMYK
RGB Variations
Color information
#B6A86D (or 0xB6A86D) is known color: Gimblet. HEX triplet: B6, A8 and 6D. RGB value is (182,168,109). Sum of RGB (Red+Green+Blue) = 182+168+109=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A86D is #495792. Grayscale: #A5A5A5. Windows color (decimal): -4806547 or 7186614. OLE color: 7186614.
HSL color Cylindrical-coordinate representation of color #B6A86D: hue angle of 48.49º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A86D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 109 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.29 |
| HSL | 48.49º | 0.33% | 0.57% | - |
| HSV(B) | 48.49º | 0.4% | 0.71% | - |
| XYZ | 36.05 | 39.05 | 20.11 | - |
| YUV | 165.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 109 | 0 | 0.08 | 0.40 | 0.29 | 48.49 | 0.33 | 0.57 |
| Hex | B6 | A8 | 6D | 0 | 8 | 28 | 1D | 30 | 21 | 39 |
| Octal | 266 | 250 | 155 | 0 | 10 | 50 | 35 | 60 | 41 | 71 |
| Binary | 10110110 | 10101000 | 1101101 | 0 | 1000 | 101000 | 11101 | 110000 | 100001 | 111001 |
Color Harmonies of #B6A86D
Complementary color
Monochromatic Colors of #B6A86D
Black with #B6A86D
Text Example
Text Example
White with #B6A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A86D; }
p { color: rgb(182,168,109); }
H1.HeaderClassName
{
color: #B6A86D;
}
.AnyTagClassName
{
color: #B6A86D;
}
</style>
background-color css
<style>
a { background-color: #B6A86D; }
a { background-color: rgb(182,168,109); }
div.DivClassName
{
background-color: #B6A86D;
}
.BgClassName
{
background-color: #B6A86D;
}
</style>
border-color css
<style>
span { border-color: #B6A86D; }
span { border-color: rgb(182,168,109); }
td.TdClassName
{
border-color: #B6A86D;
}
.TagClassName
{
border-color: #B6A86D;
}
</style>