Shades of Gimblet #B2AC68
Tints of Gimblet #B2AC68
RGB
CMYK
RGB Variations
Color information
#B2AC68 (or 0xB2AC68) is known color: Gimblet. HEX triplet: B2, AC and 68. RGB value is (178,172,104). Sum of RGB (Red+Green+Blue) = 178+172+104=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC68 is #4D5397. Grayscale: #A6A6A6. Windows color (decimal): -5067672 or 6859954. OLE color: 6859954.
HSL color Cylindrical-coordinate representation of color #B2AC68: hue angle of 55.14º 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 #B2AC68 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 104 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.30 |
| HSL | 55.14º | 0.32% | 0.55% | - |
| HSV(B) | 55.14º | 0.42% | 0.7% | - |
| XYZ | 35.61 | 39.97 | 18.93 | - |
| YUV | 166.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 104 | 0 | 0.03 | 0.42 | 0.30 | 55.14 | 0.32 | 0.55 |
| Hex | B2 | AC | 68 | 0 | 3 | 2A | 1E | 37 | 20 | 37 |
| Octal | 262 | 254 | 150 | 0 | 3 | 52 | 36 | 67 | 40 | 67 |
| Binary | 10110010 | 10101100 | 1101000 | 0 | 11 | 101010 | 11110 | 110111 | 100000 | 110111 |
Color Harmonies of #B2AC68
Complementary color
Monochromatic Colors of #B2AC68
Black with #B2AC68
Text Example
Text Example
White with #B2AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC68; }
p { color: rgb(178,172,104); }
H1.HeaderClassName
{
color: #B2AC68;
}
.AnyTagClassName
{
color: #B2AC68;
}
</style>
background-color css
<style>
a { background-color: #B2AC68; }
a { background-color: rgb(178,172,104); }
div.DivClassName
{
background-color: #B2AC68;
}
.BgClassName
{
background-color: #B2AC68;
}
</style>
border-color css
<style>
span { border-color: #B2AC68; }
span { border-color: rgb(178,172,104); }
td.TdClassName
{
border-color: #B2AC68;
}
.TagClassName
{
border-color: #B2AC68;
}
</style>