Shades of Gimblet #B8A86E
Tints of Gimblet #B8A86E
RGB
CMYK
RGB Variations
Color information
#B8A86E (or 0xB8A86E) is known color: Gimblet. HEX triplet: B8, A8 and 6E. RGB value is (184,168,110). Sum of RGB (Red+Green+Blue) = 184+168+110=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A86E is #475791. Grayscale: #A6A6A6. Windows color (decimal): -4675474 or 7252152. OLE color: 7252152.
HSL color Cylindrical-coordinate representation of color #B8A86E: hue angle of 47.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 #B8A86E is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 110 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.28 |
| HSL | 47.03º | 0.34% | 0.58% | - |
| HSV(B) | 47.03º | 0.4% | 0.72% | - |
| XYZ | 36.58 | 39.32 | 20.41 | - |
| YUV | 166.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 110 | 0 | 0.09 | 0.40 | 0.28 | 47.03 | 0.34 | 0.58 |
| Hex | B8 | A8 | 6E | 0 | 9 | 28 | 1C | 2F | 22 | 3A |
| Octal | 270 | 250 | 156 | 0 | 11 | 50 | 34 | 57 | 42 | 72 |
| Binary | 10111000 | 10101000 | 1101110 | 0 | 1001 | 101000 | 11100 | 101111 | 100010 | 111010 |
Color Harmonies of #B8A86E
Complementary color
Monochromatic Colors of #B8A86E
Black with #B8A86E
Text Example
Text Example
White with #B8A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A86E; }
p { color: rgb(184,168,110); }
H1.HeaderClassName
{
color: #B8A86E;
}
.AnyTagClassName
{
color: #B8A86E;
}
</style>
background-color css
<style>
a { background-color: #B8A86E; }
a { background-color: rgb(184,168,110); }
div.DivClassName
{
background-color: #B8A86E;
}
.BgClassName
{
background-color: #B8A86E;
}
</style>
border-color css
<style>
span { border-color: #B8A86E; }
span { border-color: rgb(184,168,110); }
td.TdClassName
{
border-color: #B8A86E;
}
.TagClassName
{
border-color: #B8A86E;
}
</style>