Shades of Gimblet #B6AF68
Tints of Gimblet #B6AF68
RGB
CMYK
RGB Variations
Color information
#B6AF68 (or 0xB6AF68) is known color: Gimblet. HEX triplet: B6, AF and 68. RGB value is (182,175,104). Sum of RGB (Red+Green+Blue) = 182+175+104=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF68 is #495097. Grayscale: #A9A9A9. Windows color (decimal): -4804760 or 6860726. OLE color: 6860726.
HSL color Cylindrical-coordinate representation of color #B6AF68: hue angle of 54.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6AF68 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 175 | 104 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.29 |
| HSL | 54.62º | 0.35% | 0.56% | - |
| HSV(B) | 54.62º | 0.43% | 0.71% | - |
| XYZ | 37.12 | 41.6 | 19.17 | - |
| YUV | 169 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 175 | 104 | 0 | 0.04 | 0.43 | 0.29 | 54.62 | 0.35 | 0.56 |
| Hex | B6 | AF | 68 | 0 | 4 | 2B | 1D | 37 | 23 | 38 |
| Octal | 266 | 257 | 150 | 0 | 4 | 53 | 35 | 67 | 43 | 70 |
| Binary | 10110110 | 10101111 | 1101000 | 0 | 100 | 101011 | 11101 | 110111 | 100011 | 111000 |
Color Harmonies of #B6AF68
Complementary color
Monochromatic Colors of #B6AF68
Black with #B6AF68
Text Example
Text Example
White with #B6AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AF68; }
p { color: rgb(182,175,104); }
H1.HeaderClassName
{
color: #B6AF68;
}
.AnyTagClassName
{
color: #B6AF68;
}
</style>
background-color css
<style>
a { background-color: #B6AF68; }
a { background-color: rgb(182,175,104); }
div.DivClassName
{
background-color: #B6AF68;
}
.BgClassName
{
background-color: #B6AF68;
}
</style>
border-color css
<style>
span { border-color: #B6AF68; }
span { border-color: rgb(182,175,104); }
td.TdClassName
{
border-color: #B6AF68;
}
.TagClassName
{
border-color: #B6AF68;
}
</style>