Shades of Gimblet #B2A867
Tints of Gimblet #B2A867
RGB
CMYK
RGB Variations
Color information
#B2A867 (or 0xB2A867) is known color: Gimblet. HEX triplet: B2, A8 and 67. RGB value is (178,168,103). Sum of RGB (Red+Green+Blue) = 178+168+103=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A867 is #4D5798. Grayscale: #A3A3A3. Windows color (decimal): -5068697 or 6793394. OLE color: 6793394.
HSL color Cylindrical-coordinate representation of color #B2A867: hue angle of 52º degrees, saturation: 0.33, 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 #B2A867 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 103 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.30 |
| HSL | 52º | 0.33% | 0.55% | - |
| HSV(B) | 52º | 0.42% | 0.7% | - |
| XYZ | 34.81 | 38.45 | 18.42 | - |
| YUV | 163.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 103 | 0 | 0.06 | 0.42 | 0.30 | 52 | 0.33 | 0.55 |
| Hex | B2 | A8 | 67 | 0 | 6 | 2A | 1E | 34 | 21 | 37 |
| Octal | 262 | 250 | 147 | 0 | 6 | 52 | 36 | 64 | 41 | 67 |
| Binary | 10110010 | 10101000 | 1100111 | 0 | 110 | 101010 | 11110 | 110100 | 100001 | 110111 |
Color Harmonies of #B2A867
Complementary color
Monochromatic Colors of #B2A867
Black with #B2A867
Text Example
Text Example
White with #B2A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A867; }
p { color: rgb(178,168,103); }
H1.HeaderClassName
{
color: #B2A867;
}
.AnyTagClassName
{
color: #B2A867;
}
</style>
background-color css
<style>
a { background-color: #B2A867; }
a { background-color: rgb(178,168,103); }
div.DivClassName
{
background-color: #B2A867;
}
.BgClassName
{
background-color: #B2A867;
}
</style>
border-color css
<style>
span { border-color: #B2A867; }
span { border-color: rgb(178,168,103); }
td.TdClassName
{
border-color: #B2A867;
}
.TagClassName
{
border-color: #B2A867;
}
</style>