Shades of Gimblet #B8AC5C
Tints of Gimblet #B8AC5C
RGB
CMYK
RGB Variations
Color information
#B8AC5C (or 0xB8AC5C) is known color: Gimblet. HEX triplet: B8, AC and 5C. RGB value is (184,172,92). Sum of RGB (Red+Green+Blue) = 184+172+92=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC5C is #4753A3. Grayscale: #A6A6A6. Windows color (decimal): -4674468 or 6073528. OLE color: 6073528.
HSL color Cylindrical-coordinate representation of color #B8AC5C: hue angle of 52.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8AC5C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 92 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.28 |
| HSL | 52.17º | 0.39% | 0.54% | - |
| HSV(B) | 52.17º | 0.5% | 0.72% | - |
| XYZ | 36.45 | 40.47 | 16.02 | - |
| YUV | 166.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 92 | 0 | 0.07 | 0.50 | 0.28 | 52.17 | 0.39 | 0.54 |
| Hex | B8 | AC | 5C | 0 | 7 | 32 | 1C | 34 | 27 | 36 |
| Octal | 270 | 254 | 134 | 0 | 7 | 62 | 34 | 64 | 47 | 66 |
| Binary | 10111000 | 10101100 | 1011100 | 0 | 111 | 110010 | 11100 | 110100 | 100111 | 110110 |
Color Harmonies of #B8AC5C
Complementary color
Monochromatic Colors of #B8AC5C
Black with #B8AC5C
Text Example
Text Example
White with #B8AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC5C; }
p { color: rgb(184,172,92); }
H1.HeaderClassName
{
color: #B8AC5C;
}
.AnyTagClassName
{
color: #B8AC5C;
}
</style>
background-color css
<style>
a { background-color: #B8AC5C; }
a { background-color: rgb(184,172,92); }
div.DivClassName
{
background-color: #B8AC5C;
}
.BgClassName
{
background-color: #B8AC5C;
}
</style>
border-color css
<style>
span { border-color: #B8AC5C; }
span { border-color: rgb(184,172,92); }
td.TdClassName
{
border-color: #B8AC5C;
}
.TagClassName
{
border-color: #B8AC5C;
}
</style>