Shades of Gimblet #B8A25D
Tints of Gimblet #B8A25D
RGB
CMYK
RGB Variations
Color information
#B8A25D (or 0xB8A25D) is known color: Gimblet. HEX triplet: B8, A2 and 5D. RGB value is (184,162,93). Sum of RGB (Red+Green+Blue) = 184+162+93=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A25D is #475DA2. Grayscale: #A1A1A1. Windows color (decimal): -4677027 or 6136504. OLE color: 6136504.
HSL color Cylindrical-coordinate representation of color #B8A25D: hue angle of 45.49º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8A25D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 93 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.28 |
| HSL | 45.49º | 0.39% | 0.54% | - |
| HSV(B) | 45.49º | 0.49% | 0.72% | - |
| XYZ | 34.66 | 36.82 | 15.64 | - |
| YUV | 160.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 93 | 0 | 0.12 | 0.49 | 0.28 | 45.49 | 0.39 | 0.54 |
| Hex | B8 | A2 | 5D | 0 | C | 31 | 1C | 2D | 27 | 36 |
| Octal | 270 | 242 | 135 | 0 | 14 | 61 | 34 | 55 | 47 | 66 |
| Binary | 10111000 | 10100010 | 1011101 | 0 | 1100 | 110001 | 11100 | 101101 | 100111 | 110110 |
Color Harmonies of #B8A25D
Complementary color
Monochromatic Colors of #B8A25D
Black with #B8A25D
Text Example
Text Example
White with #B8A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A25D; }
p { color: rgb(184,162,93); }
H1.HeaderClassName
{
color: #B8A25D;
}
.AnyTagClassName
{
color: #B8A25D;
}
</style>
background-color css
<style>
a { background-color: #B8A25D; }
a { background-color: rgb(184,162,93); }
div.DivClassName
{
background-color: #B8A25D;
}
.BgClassName
{
background-color: #B8A25D;
}
</style>
border-color css
<style>
span { border-color: #B8A25D; }
span { border-color: rgb(184,162,93); }
td.TdClassName
{
border-color: #B8A25D;
}
.TagClassName
{
border-color: #B8A25D;
}
</style>