Shades of Gimblet #B8AB6F
Tints of Gimblet #B8AB6F
RGB
CMYK
RGB Variations
Color information
#B8AB6F (or 0xB8AB6F) is known color: Gimblet. HEX triplet: B8, AB and 6F. RGB value is (184,171,111). Sum of RGB (Red+Green+Blue) = 184+171+111=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6F is #475490. Grayscale: #A8A8A8. Windows color (decimal): -4674705 or 7318456. OLE color: 7318456.
HSL color Cylindrical-coordinate representation of color #B8AB6F: hue angle of 49.32º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8AB6F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 111 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.28 |
| HSL | 49.32º | 0.34% | 0.58% | - |
| HSV(B) | 49.32º | 0.4% | 0.72% | - |
| XYZ | 37.2 | 40.46 | 20.89 | - |
| YUV | 168.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 111 | 0 | 0.07 | 0.40 | 0.28 | 49.32 | 0.34 | 0.58 |
| Hex | B8 | AB | 6F | 0 | 7 | 28 | 1C | 31 | 22 | 3A |
| Octal | 270 | 253 | 157 | 0 | 7 | 50 | 34 | 61 | 42 | 72 |
| Binary | 10111000 | 10101011 | 1101111 | 0 | 111 | 101000 | 11100 | 110001 | 100010 | 111010 |
Color Harmonies of #B8AB6F
Complementary color
Monochromatic Colors of #B8AB6F
Black with #B8AB6F
Text Example
Text Example
White with #B8AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB6F; }
p { color: rgb(184,171,111); }
H1.HeaderClassName
{
color: #B8AB6F;
}
.AnyTagClassName
{
color: #B8AB6F;
}
</style>
background-color css
<style>
a { background-color: #B8AB6F; }
a { background-color: rgb(184,171,111); }
div.DivClassName
{
background-color: #B8AB6F;
}
.BgClassName
{
background-color: #B8AB6F;
}
</style>
border-color css
<style>
span { border-color: #B8AB6F; }
span { border-color: rgb(184,171,111); }
td.TdClassName
{
border-color: #B8AB6F;
}
.TagClassName
{
border-color: #B8AB6F;
}
</style>