Shades of Gimblet #B3A865
Tints of Gimblet #B3A865
RGB
CMYK
RGB Variations
Color information
#B3A865 (or 0xB3A865) is known color: Gimblet. HEX triplet: B3, A8 and 65. RGB value is (179,168,101). Sum of RGB (Red+Green+Blue) = 179+168+101=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A865 is #4C579A. Grayscale: #A3A3A3. Windows color (decimal): -5003163 or 6662323. OLE color: 6662323.
HSL color Cylindrical-coordinate representation of color #B3A865: hue angle of 51.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3A865 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 101 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.30 |
| HSL | 51.54º | 0.34% | 0.55% | - |
| HSV(B) | 51.54º | 0.44% | 0.7% | - |
| XYZ | 34.94 | 38.53 | 17.91 | - |
| YUV | 163.65 | 92.64 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 101 | 0 | 0.06 | 0.44 | 0.30 | 51.54 | 0.34 | 0.55 |
| Hex | B3 | A8 | 65 | 0 | 6 | 2C | 1E | 34 | 22 | 37 |
| Octal | 263 | 250 | 145 | 0 | 6 | 54 | 36 | 64 | 42 | 67 |
| Binary | 10110011 | 10101000 | 1100101 | 0 | 110 | 101100 | 11110 | 110100 | 100010 | 110111 |
Color Harmonies of #B3A865
Complementary color
Monochromatic Colors of #B3A865
Black with #B3A865
Text Example
Text Example
White with #B3A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A865; }
p { color: rgb(179,168,101); }
H1.HeaderClassName
{
color: #B3A865;
}
.AnyTagClassName
{
color: #B3A865;
}
</style>
background-color css
<style>
a { background-color: #B3A865; }
a { background-color: rgb(179,168,101); }
div.DivClassName
{
background-color: #B3A865;
}
.BgClassName
{
background-color: #B3A865;
}
</style>
border-color css
<style>
span { border-color: #B3A865; }
span { border-color: rgb(179,168,101); }
td.TdClassName
{
border-color: #B3A865;
}
.TagClassName
{
border-color: #B3A865;
}
</style>