Shades of Gimblet #B8AB56
Tints of Gimblet #B8AB56
RGB
CMYK
RGB Variations
Color information
#B8AB56 (or 0xB8AB56) is known color: Gimblet. HEX triplet: B8, AB and 56. RGB value is (184,171,86). Sum of RGB (Red+Green+Blue) = 184+171+86=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB56 is #4754A9. Grayscale: #A5A5A5. Windows color (decimal): -4674730 or 5680056. OLE color: 5680056.
HSL color Cylindrical-coordinate representation of color #B8AB56: hue angle of 52.04º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8AB56 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 86 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.28 |
| HSL | 52.04º | 0.41% | 0.53% | - |
| HSV(B) | 52.04º | 0.53% | 0.72% | - |
| XYZ | 36.01 | 39.99 | 14.62 | - |
| YUV | 165.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 86 | 0 | 0.07 | 0.53 | 0.28 | 52.04 | 0.41 | 0.53 |
| Hex | B8 | AB | 56 | 0 | 7 | 35 | 1C | 34 | 29 | 35 |
| Octal | 270 | 253 | 126 | 0 | 7 | 65 | 34 | 64 | 51 | 65 |
| Binary | 10111000 | 10101011 | 1010110 | 0 | 111 | 110101 | 11100 | 110100 | 101001 | 110101 |
Color Harmonies of #B8AB56
Complementary color
Monochromatic Colors of #B8AB56
Black with #B8AB56
Text Example
Text Example
White with #B8AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB56; }
p { color: rgb(184,171,86); }
H1.HeaderClassName
{
color: #B8AB56;
}
.AnyTagClassName
{
color: #B8AB56;
}
</style>
background-color css
<style>
a { background-color: #B8AB56; }
a { background-color: rgb(184,171,86); }
div.DivClassName
{
background-color: #B8AB56;
}
.BgClassName
{
background-color: #B8AB56;
}
</style>
border-color css
<style>
span { border-color: #B8AB56; }
span { border-color: rgb(184,171,86); }
td.TdClassName
{
border-color: #B8AB56;
}
.TagClassName
{
border-color: #B8AB56;
}
</style>