Shades of Gimblet #B2A865
Tints of Gimblet #B2A865
RGB
CMYK
RGB Variations
Color information
#B2A865 (or 0xB2A865) is known color: Gimblet. HEX triplet: B2, A8 and 65. RGB value is (178,168,101). Sum of RGB (Red+Green+Blue) = 178+168+101=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A865 is #4D579A. Grayscale: #A3A3A3. Windows color (decimal): -5068699 or 6662322. OLE color: 6662322.
HSL color Cylindrical-coordinate representation of color #B2A865: hue angle of 52.21º 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 #B2A865 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 101 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.30 |
| HSL | 52.21º | 0.33% | 0.55% | - |
| HSV(B) | 52.21º | 0.43% | 0.7% | - |
| XYZ | 34.71 | 38.41 | 17.9 | - |
| YUV | 163.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 101 | 0 | 0.06 | 0.43 | 0.30 | 52.21 | 0.33 | 0.55 |
| Hex | B2 | A8 | 65 | 0 | 6 | 2B | 1E | 34 | 21 | 37 |
| Octal | 262 | 250 | 145 | 0 | 6 | 53 | 36 | 64 | 41 | 67 |
| Binary | 10110010 | 10101000 | 1100101 | 0 | 110 | 101011 | 11110 | 110100 | 100001 | 110111 |
Color Harmonies of #B2A865
Complementary color
Monochromatic Colors of #B2A865
Black with #B2A865
Text Example
Text Example
White with #B2A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A865; }
p { color: rgb(178,168,101); }
H1.HeaderClassName
{
color: #B2A865;
}
.AnyTagClassName
{
color: #B2A865;
}
</style>
background-color css
<style>
a { background-color: #B2A865; }
a { background-color: rgb(178,168,101); }
div.DivClassName
{
background-color: #B2A865;
}
.BgClassName
{
background-color: #B2A865;
}
</style>
border-color css
<style>
span { border-color: #B2A865; }
span { border-color: rgb(178,168,101); }
td.TdClassName
{
border-color: #B2A865;
}
.TagClassName
{
border-color: #B2A865;
}
</style>