Shades of Gimblet #B8AC6D
Tints of Gimblet #B8AC6D
RGB
CMYK
RGB Variations
Color information
#B8AC6D (or 0xB8AC6D) is known color: Gimblet. HEX triplet: B8, AC and 6D. RGB value is (184,172,109). Sum of RGB (Red+Green+Blue) = 184+172+109=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AC6D is #475392. Grayscale: #A8A8A8. Windows color (decimal): -4674451 or 7187640. OLE color: 7187640.
HSL color Cylindrical-coordinate representation of color #B8AC6D: hue angle of 50.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8AC6D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 109 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.28 |
| HSL | 50.4º | 0.35% | 0.57% | - |
| HSV(B) | 50.4º | 0.41% | 0.72% | - |
| XYZ | 37.28 | 40.8 | 20.38 | - |
| YUV | 168.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 109 | 0 | 0.07 | 0.41 | 0.28 | 50.4 | 0.35 | 0.57 |
| Hex | B8 | AC | 6D | 0 | 7 | 29 | 1C | 32 | 23 | 39 |
| Octal | 270 | 254 | 155 | 0 | 7 | 51 | 34 | 62 | 43 | 71 |
| Binary | 10111000 | 10101100 | 1101101 | 0 | 111 | 101001 | 11100 | 110010 | 100011 | 111001 |
Color Harmonies of #B8AC6D
Complementary color
Monochromatic Colors of #B8AC6D
Black with #B8AC6D
Text Example
Text Example
White with #B8AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC6D; }
p { color: rgb(184,172,109); }
H1.HeaderClassName
{
color: #B8AC6D;
}
.AnyTagClassName
{
color: #B8AC6D;
}
</style>
background-color css
<style>
a { background-color: #B8AC6D; }
a { background-color: rgb(184,172,109); }
div.DivClassName
{
background-color: #B8AC6D;
}
.BgClassName
{
background-color: #B8AC6D;
}
</style>
border-color css
<style>
span { border-color: #B8AC6D; }
span { border-color: rgb(184,172,109); }
td.TdClassName
{
border-color: #B8AC6D;
}
.TagClassName
{
border-color: #B8AC6D;
}
</style>