Shades of Gimblet #B8A564
Tints of Gimblet #B8A564
RGB
CMYK
RGB Variations
Color information
#B8A564 (or 0xB8A564) is known color: Gimblet. HEX triplet: B8, A5 and 64. RGB value is (184,165,100). Sum of RGB (Red+Green+Blue) = 184+165+100=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A564 is #475A9B. Grayscale: #A3A3A3. Windows color (decimal): -4676252 or 6596024. OLE color: 6596024.
HSL color Cylindrical-coordinate representation of color #B8A564: hue angle of 46.43º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8A564 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 100 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.28 |
| HSL | 46.43º | 0.37% | 0.56% | - |
| HSV(B) | 46.43º | 0.46% | 0.72% | - |
| XYZ | 35.52 | 38.02 | 17.52 | - |
| YUV | 163.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 100 | 0 | 0.10 | 0.46 | 0.28 | 46.43 | 0.37 | 0.56 |
| Hex | B8 | A5 | 64 | 0 | A | 2E | 1C | 2E | 25 | 38 |
| Octal | 270 | 245 | 144 | 0 | 12 | 56 | 34 | 56 | 45 | 70 |
| Binary | 10111000 | 10100101 | 1100100 | 0 | 1010 | 101110 | 11100 | 101110 | 100101 | 111000 |
Color Harmonies of #B8A564
Complementary color
Monochromatic Colors of #B8A564
Black with #B8A564
Text Example
Text Example
White with #B8A564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A564; }
p { color: rgb(184,165,100); }
H1.HeaderClassName
{
color: #B8A564;
}
.AnyTagClassName
{
color: #B8A564;
}
</style>
background-color css
<style>
a { background-color: #B8A564; }
a { background-color: rgb(184,165,100); }
div.DivClassName
{
background-color: #B8A564;
}
.BgClassName
{
background-color: #B8A564;
}
</style>
border-color css
<style>
span { border-color: #B8A564; }
span { border-color: rgb(184,165,100); }
td.TdClassName
{
border-color: #B8A564;
}
.TagClassName
{
border-color: #B8A564;
}
</style>