Shades of Gimblet #B8A76F
Tints of Gimblet #B8A76F
RGB
CMYK
RGB Variations
Color information
#B8A76F (or 0xB8A76F) is known color: Gimblet. HEX triplet: B8, A7 and 6F. RGB value is (184,167,111). Sum of RGB (Red+Green+Blue) = 184+167+111=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A76F is #475890. Grayscale: #A5A5A5. Windows color (decimal): -4675729 or 7317432. OLE color: 7317432.
HSL color Cylindrical-coordinate representation of color #B8A76F: hue angle of 46.03º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8A76F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 111 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.28 |
| HSL | 46.03º | 0.34% | 0.58% | - |
| HSV(B) | 46.03º | 0.4% | 0.72% | - |
| XYZ | 36.46 | 38.98 | 20.64 | - |
| YUV | 165.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 111 | 0 | 0.09 | 0.40 | 0.28 | 46.03 | 0.34 | 0.58 |
| Hex | B8 | A7 | 6F | 0 | 9 | 28 | 1C | 2E | 22 | 3A |
| Octal | 270 | 247 | 157 | 0 | 11 | 50 | 34 | 56 | 42 | 72 |
| Binary | 10111000 | 10100111 | 1101111 | 0 | 1001 | 101000 | 11100 | 101110 | 100010 | 111010 |
Color Harmonies of #B8A76F
Complementary color
Monochromatic Colors of #B8A76F
Black with #B8A76F
Text Example
Text Example
White with #B8A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A76F; }
p { color: rgb(184,167,111); }
H1.HeaderClassName
{
color: #B8A76F;
}
.AnyTagClassName
{
color: #B8A76F;
}
</style>
background-color css
<style>
a { background-color: #B8A76F; }
a { background-color: rgb(184,167,111); }
div.DivClassName
{
background-color: #B8A76F;
}
.BgClassName
{
background-color: #B8A76F;
}
</style>
border-color css
<style>
span { border-color: #B8A76F; }
span { border-color: rgb(184,167,111); }
td.TdClassName
{
border-color: #B8A76F;
}
.TagClassName
{
border-color: #B8A76F;
}
</style>