Shades of Gimblet #B2A566
Tints of Gimblet #B2A566
RGB
CMYK
RGB Variations
Color information
#B2A566 (or 0xB2A566) is known color: Gimblet. HEX triplet: B2, A5 and 66. RGB value is (178,165,102). Sum of RGB (Red+Green+Blue) = 178+165+102=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A566 is #4D5A99. Grayscale: #A1A1A1. Windows color (decimal): -5069466 or 6727090. OLE color: 6727090.
HSL color Cylindrical-coordinate representation of color #B2A566: hue angle of 49.74º 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 #B2A566 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 102 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.30 |
| HSL | 49.74º | 0.33% | 0.55% | - |
| HSV(B) | 49.74º | 0.43% | 0.7% | - |
| XYZ | 34.21 | 37.33 | 17.97 | - |
| YUV | 161.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 102 | 0 | 0.07 | 0.43 | 0.30 | 49.74 | 0.33 | 0.55 |
| Hex | B2 | A5 | 66 | 0 | 7 | 2B | 1E | 32 | 21 | 37 |
| Octal | 262 | 245 | 146 | 0 | 7 | 53 | 36 | 62 | 41 | 67 |
| Binary | 10110010 | 10100101 | 1100110 | 0 | 111 | 101011 | 11110 | 110010 | 100001 | 110111 |
Color Harmonies of #B2A566
Complementary color
Monochromatic Colors of #B2A566
Black with #B2A566
Text Example
Text Example
White with #B2A566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A566; }
p { color: rgb(178,165,102); }
H1.HeaderClassName
{
color: #B2A566;
}
.AnyTagClassName
{
color: #B2A566;
}
</style>
background-color css
<style>
a { background-color: #B2A566; }
a { background-color: rgb(178,165,102); }
div.DivClassName
{
background-color: #B2A566;
}
.BgClassName
{
background-color: #B2A566;
}
</style>
border-color css
<style>
span { border-color: #B2A566; }
span { border-color: rgb(178,165,102); }
td.TdClassName
{
border-color: #B2A566;
}
.TagClassName
{
border-color: #B2A566;
}
</style>