Shades of Gimblet #B8AB66
Tints of Gimblet #B8AB66
RGB
CMYK
RGB Variations
Color information
#B8AB66 (or 0xB8AB66) is known color: Gimblet. HEX triplet: B8, AB and 66. RGB value is (184,171,102). Sum of RGB (Red+Green+Blue) = 184+171+102=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB66 is #475499. Grayscale: #A7A7A7. Windows color (decimal): -4674714 or 6728632. OLE color: 6728632.
HSL color Cylindrical-coordinate representation of color #B8AB66: hue angle of 50.49º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8AB66 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 102 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.28 |
| HSL | 50.49º | 0.37% | 0.56% | - |
| HSV(B) | 50.49º | 0.45% | 0.72% | - |
| XYZ | 36.73 | 40.28 | 18.41 | - |
| YUV | 167.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 102 | 0 | 0.07 | 0.45 | 0.28 | 50.49 | 0.37 | 0.56 |
| Hex | B8 | AB | 66 | 0 | 7 | 2D | 1C | 32 | 25 | 38 |
| Octal | 270 | 253 | 146 | 0 | 7 | 55 | 34 | 62 | 45 | 70 |
| Binary | 10111000 | 10101011 | 1100110 | 0 | 111 | 101101 | 11100 | 110010 | 100101 | 111000 |
Color Harmonies of #B8AB66
Complementary color
Monochromatic Colors of #B8AB66
Black with #B8AB66
Text Example
Text Example
White with #B8AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB66; }
p { color: rgb(184,171,102); }
H1.HeaderClassName
{
color: #B8AB66;
}
.AnyTagClassName
{
color: #B8AB66;
}
</style>
background-color css
<style>
a { background-color: #B8AB66; }
a { background-color: rgb(184,171,102); }
div.DivClassName
{
background-color: #B8AB66;
}
.BgClassName
{
background-color: #B8AB66;
}
</style>
border-color css
<style>
span { border-color: #B8AB66; }
span { border-color: rgb(184,171,102); }
td.TdClassName
{
border-color: #B8AB66;
}
.TagClassName
{
border-color: #B8AB66;
}
</style>