Shades of Gimblet #B8AB6B
Tints of Gimblet #B8AB6B
RGB
CMYK
RGB Variations
Color information
#B8AB6B (or 0xB8AB6B) is known color: Gimblet. HEX triplet: B8, AB and 6B. RGB value is (184,171,107). Sum of RGB (Red+Green+Blue) = 184+171+107=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB6B is #475494. Grayscale: #A7A7A7. Windows color (decimal): -4674709 or 7056312. OLE color: 7056312.
HSL color Cylindrical-coordinate representation of color #B8AB6B: hue angle of 49.87º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8AB6B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 107 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.28 |
| HSL | 49.87º | 0.35% | 0.57% | - |
| HSV(B) | 49.87º | 0.42% | 0.72% | - |
| XYZ | 36.98 | 40.38 | 19.75 | - |
| YUV | 167.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 107 | 0 | 0.07 | 0.42 | 0.28 | 49.87 | 0.35 | 0.57 |
| Hex | B8 | AB | 6B | 0 | 7 | 2A | 1C | 32 | 23 | 39 |
| Octal | 270 | 253 | 153 | 0 | 7 | 52 | 34 | 62 | 43 | 71 |
| Binary | 10111000 | 10101011 | 1101011 | 0 | 111 | 101010 | 11100 | 110010 | 100011 | 111001 |
Color Harmonies of #B8AB6B
Complementary color
Monochromatic Colors of #B8AB6B
Black with #B8AB6B
Text Example
Text Example
White with #B8AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB6B; }
p { color: rgb(184,171,107); }
H1.HeaderClassName
{
color: #B8AB6B;
}
.AnyTagClassName
{
color: #B8AB6B;
}
</style>
background-color css
<style>
a { background-color: #B8AB6B; }
a { background-color: rgb(184,171,107); }
div.DivClassName
{
background-color: #B8AB6B;
}
.BgClassName
{
background-color: #B8AB6B;
}
</style>
border-color css
<style>
span { border-color: #B8AB6B; }
span { border-color: rgb(184,171,107); }
td.TdClassName
{
border-color: #B8AB6B;
}
.TagClassName
{
border-color: #B8AB6B;
}
</style>