Shades of Gimblet #B8AC60
Tints of Gimblet #B8AC60
RGB
CMYK
RGB Variations
Color information
#B8AC60 (or 0xB8AC60) is known color: Gimblet. HEX triplet: B8, AC and 60. RGB value is (184,172,96). Sum of RGB (Red+Green+Blue) = 184+172+96=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC60 is #47539F. Grayscale: #A7A7A7. Windows color (decimal): -4674464 or 6335672. OLE color: 6335672.
HSL color Cylindrical-coordinate representation of color #B8AC60: hue angle of 51.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8AC60 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 96 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.28 |
| HSL | 51.82º | 0.38% | 0.55% | - |
| HSV(B) | 51.82º | 0.48% | 0.72% | - |
| XYZ | 36.63 | 40.54 | 16.96 | - |
| YUV | 166.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 96 | 0 | 0.07 | 0.48 | 0.28 | 51.82 | 0.38 | 0.55 |
| Hex | B8 | AC | 60 | 0 | 7 | 30 | 1C | 34 | 26 | 37 |
| Octal | 270 | 254 | 140 | 0 | 7 | 60 | 34 | 64 | 46 | 67 |
| Binary | 10111000 | 10101100 | 1100000 | 0 | 111 | 110000 | 11100 | 110100 | 100110 | 110111 |
Color Harmonies of #B8AC60
Complementary color
Monochromatic Colors of #B8AC60
Black with #B8AC60
Text Example
Text Example
White with #B8AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC60; }
p { color: rgb(184,172,96); }
H1.HeaderClassName
{
color: #B8AC60;
}
.AnyTagClassName
{
color: #B8AC60;
}
</style>
background-color css
<style>
a { background-color: #B8AC60; }
a { background-color: rgb(184,172,96); }
div.DivClassName
{
background-color: #B8AC60;
}
.BgClassName
{
background-color: #B8AC60;
}
</style>
border-color css
<style>
span { border-color: #B8AC60; }
span { border-color: rgb(184,172,96); }
td.TdClassName
{
border-color: #B8AC60;
}
.TagClassName
{
border-color: #B8AC60;
}
</style>