Shades of Gimblet #B8AA6E
Tints of Gimblet #B8AA6E
RGB
CMYK
RGB Variations
Color information
#B8AA6E (or 0xB8AA6E) is known color: Gimblet. HEX triplet: B8, AA and 6E. RGB value is (184,170,110). Sum of RGB (Red+Green+Blue) = 184+170+110=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AA6E is #475591. Grayscale: #A7A7A7. Windows color (decimal): -4674962 or 7252664. OLE color: 7252664.
HSL color Cylindrical-coordinate representation of color #B8AA6E: hue angle of 48.65º 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 #B8AA6E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 110 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.28 |
| HSL | 48.65º | 0.34% | 0.58% | - |
| HSV(B) | 48.65º | 0.4% | 0.72% | - |
| XYZ | 36.96 | 40.07 | 20.54 | - |
| YUV | 167.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 110 | 0 | 0.08 | 0.40 | 0.28 | 48.65 | 0.34 | 0.58 |
| Hex | B8 | AA | 6E | 0 | 8 | 28 | 1C | 31 | 22 | 3A |
| Octal | 270 | 252 | 156 | 0 | 10 | 50 | 34 | 61 | 42 | 72 |
| Binary | 10111000 | 10101010 | 1101110 | 0 | 1000 | 101000 | 11100 | 110001 | 100010 | 111010 |
Color Harmonies of #B8AA6E
Complementary color
Monochromatic Colors of #B8AA6E
Black with #B8AA6E
Text Example
Text Example
White with #B8AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA6E; }
p { color: rgb(184,170,110); }
H1.HeaderClassName
{
color: #B8AA6E;
}
.AnyTagClassName
{
color: #B8AA6E;
}
</style>
background-color css
<style>
a { background-color: #B8AA6E; }
a { background-color: rgb(184,170,110); }
div.DivClassName
{
background-color: #B8AA6E;
}
.BgClassName
{
background-color: #B8AA6E;
}
</style>
border-color css
<style>
span { border-color: #B8AA6E; }
span { border-color: rgb(184,170,110); }
td.TdClassName
{
border-color: #B8AA6E;
}
.TagClassName
{
border-color: #B8AA6E;
}
</style>