Shades of Gimblet #B8AB6D
Tints of Gimblet #B8AB6D
RGB
CMYK
RGB Variations
Color information
#B8AB6D (or 0xB8AB6D) is known color: Gimblet. HEX triplet: B8, AB and 6D. RGB value is (184,171,109). Sum of RGB (Red+Green+Blue) = 184+171+109=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6D is #475492. Grayscale: #A8A8A8. Windows color (decimal): -4674707 or 7187384. OLE color: 7187384.
HSL color Cylindrical-coordinate representation of color #B8AB6D: hue angle of 49.6º 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 #B8AB6D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 109 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.28 |
| HSL | 49.6º | 0.35% | 0.57% | - |
| HSV(B) | 49.6º | 0.41% | 0.72% | - |
| XYZ | 37.09 | 40.42 | 20.32 | - |
| YUV | 167.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 109 | 0 | 0.07 | 0.41 | 0.28 | 49.6 | 0.35 | 0.57 |
| Hex | B8 | AB | 6D | 0 | 7 | 29 | 1C | 32 | 23 | 39 |
| Octal | 270 | 253 | 155 | 0 | 7 | 51 | 34 | 62 | 43 | 71 |
| Binary | 10111000 | 10101011 | 1101101 | 0 | 111 | 101001 | 11100 | 110010 | 100011 | 111001 |
Color Harmonies of #B8AB6D
Complementary color
Monochromatic Colors of #B8AB6D
Black with #B8AB6D
Text Example
Text Example
White with #B8AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB6D; }
p { color: rgb(184,171,109); }
H1.HeaderClassName
{
color: #B8AB6D;
}
.AnyTagClassName
{
color: #B8AB6D;
}
</style>
background-color css
<style>
a { background-color: #B8AB6D; }
a { background-color: rgb(184,171,109); }
div.DivClassName
{
background-color: #B8AB6D;
}
.BgClassName
{
background-color: #B8AB6D;
}
</style>
border-color css
<style>
span { border-color: #B8AB6D; }
span { border-color: rgb(184,171,109); }
td.TdClassName
{
border-color: #B8AB6D;
}
.TagClassName
{
border-color: #B8AB6D;
}
</style>