Shades of Gimblet #B8AB63
Tints of Gimblet #B8AB63
RGB
CMYK
RGB Variations
Color information
#B8AB63 (or 0xB8AB63) is known color: Gimblet. HEX triplet: B8, AB and 63. RGB value is (184,171,99). Sum of RGB (Red+Green+Blue) = 184+171+99=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB63 is #47549C. Grayscale: #A6A6A6. Windows color (decimal): -4674717 or 6532024. OLE color: 6532024.
HSL color Cylindrical-coordinate representation of color #B8AB63: hue angle of 50.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8AB63 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 99 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.28 |
| HSL | 50.82º | 0.37% | 0.55% | - |
| HSV(B) | 50.82º | 0.46% | 0.72% | - |
| XYZ | 36.58 | 40.22 | 17.64 | - |
| YUV | 166.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 99 | 0 | 0.07 | 0.46 | 0.28 | 50.82 | 0.37 | 0.55 |
| Hex | B8 | AB | 63 | 0 | 7 | 2E | 1C | 33 | 25 | 37 |
| Octal | 270 | 253 | 143 | 0 | 7 | 56 | 34 | 63 | 45 | 67 |
| Binary | 10111000 | 10101011 | 1100011 | 0 | 111 | 101110 | 11100 | 110011 | 100101 | 110111 |
Color Harmonies of #B8AB63
Complementary color
Monochromatic Colors of #B8AB63
Black with #B8AB63
Text Example
Text Example
White with #B8AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB63; }
p { color: rgb(184,171,99); }
H1.HeaderClassName
{
color: #B8AB63;
}
.AnyTagClassName
{
color: #B8AB63;
}
</style>
background-color css
<style>
a { background-color: #B8AB63; }
a { background-color: rgb(184,171,99); }
div.DivClassName
{
background-color: #B8AB63;
}
.BgClassName
{
background-color: #B8AB63;
}
</style>
border-color css
<style>
span { border-color: #B8AB63; }
span { border-color: rgb(184,171,99); }
td.TdClassName
{
border-color: #B8AB63;
}
.TagClassName
{
border-color: #B8AB63;
}
</style>