Shades of Gimblet #B6AC57
Tints of Gimblet #B6AC57
RGB
CMYK
RGB Variations
Color information
#B6AC57 (or 0xB6AC57) is known color: Gimblet. HEX triplet: B6, AC and 57. RGB value is (182,172,87). Sum of RGB (Red+Green+Blue) = 182+172+87=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC57 is #4953A8. Grayscale: #A5A5A5. Windows color (decimal): -4805545 or 5745846. OLE color: 5745846.
HSL color Cylindrical-coordinate representation of color #B6AC57: hue angle of 53.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6AC57 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 87 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.29 |
| HSL | 53.68º | 0.39% | 0.53% | - |
| HSV(B) | 53.68º | 0.52% | 0.71% | - |
| XYZ | 35.76 | 40.14 | 14.88 | - |
| YUV | 165.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 87 | 0 | 0.05 | 0.52 | 0.29 | 53.68 | 0.39 | 0.53 |
| Hex | B6 | AC | 57 | 0 | 5 | 34 | 1D | 36 | 27 | 35 |
| Octal | 266 | 254 | 127 | 0 | 5 | 64 | 35 | 66 | 47 | 65 |
| Binary | 10110110 | 10101100 | 1010111 | 0 | 101 | 110100 | 11101 | 110110 | 100111 | 110101 |
Color Harmonies of #B6AC57
Complementary color
Monochromatic Colors of #B6AC57
Black with #B6AC57
Text Example
Text Example
White with #B6AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC57; }
p { color: rgb(182,172,87); }
H1.HeaderClassName
{
color: #B6AC57;
}
.AnyTagClassName
{
color: #B6AC57;
}
</style>
background-color css
<style>
a { background-color: #B6AC57; }
a { background-color: rgb(182,172,87); }
div.DivClassName
{
background-color: #B6AC57;
}
.BgClassName
{
background-color: #B6AC57;
}
</style>
border-color css
<style>
span { border-color: #B6AC57; }
span { border-color: rgb(182,172,87); }
td.TdClassName
{
border-color: #B6AC57;
}
.TagClassName
{
border-color: #B6AC57;
}
</style>