Shades of Gimblet #B8A56E
Tints of Gimblet #B8A56E
RGB
CMYK
RGB Variations
Color information
#B8A56E (or 0xB8A56E) is known color: Gimblet. HEX triplet: B8, A5 and 6E. RGB value is (184,165,110). Sum of RGB (Red+Green+Blue) = 184+165+110=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A56E is #475A91. Grayscale: #A4A4A4. Windows color (decimal): -4676242 or 7251384. OLE color: 7251384.
HSL color Cylindrical-coordinate representation of color #B8A56E: hue angle of 44.59º 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 #B8A56E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 110 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.28 |
| HSL | 44.59º | 0.34% | 0.58% | - |
| HSV(B) | 44.59º | 0.4% | 0.72% | - |
| XYZ | 36.04 | 38.23 | 20.23 | - |
| YUV | 164.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 110 | 0 | 0.10 | 0.40 | 0.28 | 44.59 | 0.34 | 0.58 |
| Hex | B8 | A5 | 6E | 0 | A | 28 | 1C | 2D | 22 | 3A |
| Octal | 270 | 245 | 156 | 0 | 12 | 50 | 34 | 55 | 42 | 72 |
| Binary | 10111000 | 10100101 | 1101110 | 0 | 1010 | 101000 | 11100 | 101101 | 100010 | 111010 |
Color Harmonies of #B8A56E
Complementary color
Monochromatic Colors of #B8A56E
Black with #B8A56E
Text Example
Text Example
White with #B8A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A56E; }
p { color: rgb(184,165,110); }
H1.HeaderClassName
{
color: #B8A56E;
}
.AnyTagClassName
{
color: #B8A56E;
}
</style>
background-color css
<style>
a { background-color: #B8A56E; }
a { background-color: rgb(184,165,110); }
div.DivClassName
{
background-color: #B8A56E;
}
.BgClassName
{
background-color: #B8A56E;
}
</style>
border-color css
<style>
span { border-color: #B8A56E; }
span { border-color: rgb(184,165,110); }
td.TdClassName
{
border-color: #B8A56E;
}
.TagClassName
{
border-color: #B8A56E;
}
</style>