Shades of Gimblet #B8A655
Tints of Gimblet #B8A655
RGB
CMYK
RGB Variations
Color information
#B8A655 (or 0xB8A655) is known color: Gimblet. HEX triplet: B8, A6 and 55. RGB value is (184,166,85). Sum of RGB (Red+Green+Blue) = 184+166+85=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A655 is #4759AA. Grayscale: #A2A2A2. Windows color (decimal): -4676011 or 5613240. OLE color: 5613240.
HSL color Cylindrical-coordinate representation of color #B8A655: hue angle of 49.09º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8A655 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 85 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.28 |
| HSL | 49.09º | 0.41% | 0.53% | - |
| HSV(B) | 49.09º | 0.54% | 0.72% | - |
| XYZ | 35.04 | 38.12 | 14.11 | - |
| YUV | 162.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 85 | 0 | 0.10 | 0.54 | 0.28 | 49.09 | 0.41 | 0.53 |
| Hex | B8 | A6 | 55 | 0 | A | 36 | 1C | 31 | 29 | 35 |
| Octal | 270 | 246 | 125 | 0 | 12 | 66 | 34 | 61 | 51 | 65 |
| Binary | 10111000 | 10100110 | 1010101 | 0 | 1010 | 110110 | 11100 | 110001 | 101001 | 110101 |
Color Harmonies of #B8A655
Complementary color
Monochromatic Colors of #B8A655
Black with #B8A655
Text Example
Text Example
White with #B8A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A655; }
p { color: rgb(184,166,85); }
H1.HeaderClassName
{
color: #B8A655;
}
.AnyTagClassName
{
color: #B8A655;
}
</style>
background-color css
<style>
a { background-color: #B8A655; }
a { background-color: rgb(184,166,85); }
div.DivClassName
{
background-color: #B8A655;
}
.BgClassName
{
background-color: #B8A655;
}
</style>
border-color css
<style>
span { border-color: #B8A655; }
span { border-color: rgb(184,166,85); }
td.TdClassName
{
border-color: #B8A655;
}
.TagClassName
{
border-color: #B8A655;
}
</style>