Shades of Gimblet #B6AC62
Tints of Gimblet #B6AC62
RGB
CMYK
RGB Variations
Color information
#B6AC62 (or 0xB6AC62) is known color: Gimblet. HEX triplet: B6, AC and 62. RGB value is (182,172,98). Sum of RGB (Red+Green+Blue) = 182+172+98=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC62 is #49539D. Grayscale: #A6A6A6. Windows color (decimal): -4805534 or 6466742. OLE color: 6466742.
HSL color Cylindrical-coordinate representation of color #B6AC62: hue angle of 52.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6AC62 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 98 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.29 |
| HSL | 52.86º | 0.37% | 0.55% | - |
| HSV(B) | 52.86º | 0.46% | 0.71% | - |
| XYZ | 36.25 | 40.33 | 17.43 | - |
| YUV | 166.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 98 | 0 | 0.05 | 0.46 | 0.29 | 52.86 | 0.37 | 0.55 |
| Hex | B6 | AC | 62 | 0 | 5 | 2E | 1D | 35 | 25 | 37 |
| Octal | 266 | 254 | 142 | 0 | 5 | 56 | 35 | 65 | 45 | 67 |
| Binary | 10110110 | 10101100 | 1100010 | 0 | 101 | 101110 | 11101 | 110101 | 100101 | 110111 |
Color Harmonies of #B6AC62
Complementary color
Monochromatic Colors of #B6AC62
Black with #B6AC62
Text Example
Text Example
White with #B6AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC62; }
p { color: rgb(182,172,98); }
H1.HeaderClassName
{
color: #B6AC62;
}
.AnyTagClassName
{
color: #B6AC62;
}
</style>
background-color css
<style>
a { background-color: #B6AC62; }
a { background-color: rgb(182,172,98); }
div.DivClassName
{
background-color: #B6AC62;
}
.BgClassName
{
background-color: #B6AC62;
}
</style>
border-color css
<style>
span { border-color: #B6AC62; }
span { border-color: rgb(182,172,98); }
td.TdClassName
{
border-color: #B6AC62;
}
.TagClassName
{
border-color: #B6AC62;
}
</style>