Shades of Gimblet #B2AD66
Tints of Gimblet #B2AD66
RGB
CMYK
RGB Variations
Color information
#B2AD66 (or 0xB2AD66) is known color: Gimblet. HEX triplet: B2, AD and 66. RGB value is (178,173,102). Sum of RGB (Red+Green+Blue) = 178+173+102=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD66 is #4D5299. Grayscale: #A6A6A6. Windows color (decimal): -5067418 or 6729138. OLE color: 6729138.
HSL color Cylindrical-coordinate representation of color #B2AD66: hue angle of 56.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2AD66 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 102 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.30 |
| HSL | 56.05º | 0.33% | 0.55% | - |
| HSV(B) | 56.05º | 0.43% | 0.7% | - |
| XYZ | 35.7 | 40.31 | 18.47 | - |
| YUV | 166.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 102 | 0 | 0.03 | 0.43 | 0.30 | 56.05 | 0.33 | 0.55 |
| Hex | B2 | AD | 66 | 0 | 3 | 2B | 1E | 38 | 21 | 37 |
| Octal | 262 | 255 | 146 | 0 | 3 | 53 | 36 | 70 | 41 | 67 |
| Binary | 10110010 | 10101101 | 1100110 | 0 | 11 | 101011 | 11110 | 111000 | 100001 | 110111 |
Color Harmonies of #B2AD66
Complementary color
Monochromatic Colors of #B2AD66
Black with #B2AD66
Text Example
Text Example
White with #B2AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD66; }
p { color: rgb(178,173,102); }
H1.HeaderClassName
{
color: #B2AD66;
}
.AnyTagClassName
{
color: #B2AD66;
}
</style>
background-color css
<style>
a { background-color: #B2AD66; }
a { background-color: rgb(178,173,102); }
div.DivClassName
{
background-color: #B2AD66;
}
.BgClassName
{
background-color: #B2AD66;
}
</style>
border-color css
<style>
span { border-color: #B2AD66; }
span { border-color: rgb(178,173,102); }
td.TdClassName
{
border-color: #B2AD66;
}
.TagClassName
{
border-color: #B2AD66;
}
</style>