Shades of Gimblet #B2A365
Tints of Gimblet #B2A365
RGB
CMYK
RGB Variations
Color information
#B2A365 (or 0xB2A365) is known color: Gimblet. HEX triplet: B2, A3 and 65. RGB value is (178,163,101). Sum of RGB (Red+Green+Blue) = 178+163+101=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A365 is #4D5C9A. Grayscale: #A0A0A0. Windows color (decimal): -5069979 or 6661042. OLE color: 6661042.
HSL color Cylindrical-coordinate representation of color #B2A365: hue angle of 48.31º 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 #B2A365 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 101 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.30 |
| HSL | 48.31º | 0.33% | 0.55% | - |
| HSV(B) | 48.31º | 0.43% | 0.7% | - |
| XYZ | 33.81 | 36.6 | 17.59 | - |
| YUV | 160.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 101 | 0 | 0.08 | 0.43 | 0.30 | 48.31 | 0.33 | 0.55 |
| Hex | B2 | A3 | 65 | 0 | 8 | 2B | 1E | 30 | 21 | 37 |
| Octal | 262 | 243 | 145 | 0 | 10 | 53 | 36 | 60 | 41 | 67 |
| Binary | 10110010 | 10100011 | 1100101 | 0 | 1000 | 101011 | 11110 | 110000 | 100001 | 110111 |
Color Harmonies of #B2A365
Complementary color
Monochromatic Colors of #B2A365
Black with #B2A365
Text Example
Text Example
White with #B2A365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A365; }
p { color: rgb(178,163,101); }
H1.HeaderClassName
{
color: #B2A365;
}
.AnyTagClassName
{
color: #B2A365;
}
</style>
background-color css
<style>
a { background-color: #B2A365; }
a { background-color: rgb(178,163,101); }
div.DivClassName
{
background-color: #B2A365;
}
.BgClassName
{
background-color: #B2A365;
}
</style>
border-color css
<style>
span { border-color: #B2A365; }
span { border-color: rgb(178,163,101); }
td.TdClassName
{
border-color: #B2A365;
}
.TagClassName
{
border-color: #B2A365;
}
</style>