Shades of Gimblet #B2AD68
Tints of Gimblet #B2AD68
RGB
CMYK
RGB Variations
Color information
#B2AD68 (or 0xB2AD68) is known color: Gimblet. HEX triplet: B2, AD and 68. RGB value is (178,173,104). Sum of RGB (Red+Green+Blue) = 178+173+104=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD68 is #4D5297. Grayscale: #A6A6A6. Windows color (decimal): -5067416 or 6860210. OLE color: 6860210.
HSL color Cylindrical-coordinate representation of color #B2AD68: hue angle of 55.95º 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 #B2AD68 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 104 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.30 |
| HSL | 55.95º | 0.32% | 0.55% | - |
| HSV(B) | 55.95º | 0.42% | 0.7% | - |
| XYZ | 35.8 | 40.35 | 19 | - |
| YUV | 166.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 104 | 0 | 0.03 | 0.42 | 0.30 | 55.95 | 0.32 | 0.55 |
| Hex | B2 | AD | 68 | 0 | 3 | 2A | 1E | 38 | 20 | 37 |
| Octal | 262 | 255 | 150 | 0 | 3 | 52 | 36 | 70 | 40 | 67 |
| Binary | 10110010 | 10101101 | 1101000 | 0 | 11 | 101010 | 11110 | 111000 | 100000 | 110111 |
Color Harmonies of #B2AD68
Complementary color
Monochromatic Colors of #B2AD68
Black with #B2AD68
Text Example
Text Example
White with #B2AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD68; }
p { color: rgb(178,173,104); }
H1.HeaderClassName
{
color: #B2AD68;
}
.AnyTagClassName
{
color: #B2AD68;
}
</style>
background-color css
<style>
a { background-color: #B2AD68; }
a { background-color: rgb(178,173,104); }
div.DivClassName
{
background-color: #B2AD68;
}
.BgClassName
{
background-color: #B2AD68;
}
</style>
border-color css
<style>
span { border-color: #B2AD68; }
span { border-color: rgb(178,173,104); }
td.TdClassName
{
border-color: #B2AD68;
}
.TagClassName
{
border-color: #B2AD68;
}
</style>