Shades of Gimblet #B2AB68
Tints of Gimblet #B2AB68
RGB
CMYK
RGB Variations
Color information
#B2AB68 (or 0xB2AB68) is known color: Gimblet. HEX triplet: B2, AB and 68. RGB value is (178,171,104). Sum of RGB (Red+Green+Blue) = 178+171+104=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB68 is #4D5497. Grayscale: #A5A5A5. Windows color (decimal): -5067928 or 6859698. OLE color: 6859698.
HSL color Cylindrical-coordinate representation of color #B2AB68: hue angle of 54.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2AB68 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 104 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.30 |
| HSL | 54.32º | 0.32% | 0.55% | - |
| HSV(B) | 54.32º | 0.42% | 0.7% | - |
| XYZ | 35.42 | 39.59 | 18.87 | - |
| YUV | 165.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 104 | 0 | 0.04 | 0.42 | 0.30 | 54.32 | 0.32 | 0.55 |
| Hex | B2 | AB | 68 | 0 | 4 | 2A | 1E | 36 | 20 | 37 |
| Octal | 262 | 253 | 150 | 0 | 4 | 52 | 36 | 66 | 40 | 67 |
| Binary | 10110010 | 10101011 | 1101000 | 0 | 100 | 101010 | 11110 | 110110 | 100000 | 110111 |
Color Harmonies of #B2AB68
Complementary color
Monochromatic Colors of #B2AB68
Black with #B2AB68
Text Example
Text Example
White with #B2AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB68; }
p { color: rgb(178,171,104); }
H1.HeaderClassName
{
color: #B2AB68;
}
.AnyTagClassName
{
color: #B2AB68;
}
</style>
background-color css
<style>
a { background-color: #B2AB68; }
a { background-color: rgb(178,171,104); }
div.DivClassName
{
background-color: #B2AB68;
}
.BgClassName
{
background-color: #B2AB68;
}
</style>
border-color css
<style>
span { border-color: #B2AB68; }
span { border-color: rgb(178,171,104); }
td.TdClassName
{
border-color: #B2AB68;
}
.TagClassName
{
border-color: #B2AB68;
}
</style>