Shades of Gimblet #B3A26C
Tints of Gimblet #B3A26C
RGB
CMYK
RGB Variations
Color information
#B3A26C (or 0xB3A26C) is known color: Gimblet. HEX triplet: B3, A2 and 6C. RGB value is (179,162,108). Sum of RGB (Red+Green+Blue) = 179+162+108=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A26C is #4C5D93. Grayscale: #A1A1A1. Windows color (decimal): -5004692 or 7119539. OLE color: 7119539.
HSL color Cylindrical-coordinate representation of color #B3A26C: hue angle of 45.63º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3A26C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 108 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.30 |
| HSL | 45.63º | 0.32% | 0.56% | - |
| HSV(B) | 45.63º | 0.4% | 0.7% | - |
| XYZ | 34.22 | 36.51 | 19.43 | - |
| YUV | 160.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 108 | 0 | 0.09 | 0.40 | 0.30 | 45.63 | 0.32 | 0.56 |
| Hex | B3 | A2 | 6C | 0 | 9 | 28 | 1E | 2E | 20 | 38 |
| Octal | 263 | 242 | 154 | 0 | 11 | 50 | 36 | 56 | 40 | 70 |
| Binary | 10110011 | 10100010 | 1101100 | 0 | 1001 | 101000 | 11110 | 101110 | 100000 | 111000 |
Color Harmonies of #B3A26C
Complementary color
Monochromatic Colors of #B3A26C
Black with #B3A26C
Text Example
Text Example
White with #B3A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A26C; }
p { color: rgb(179,162,108); }
H1.HeaderClassName
{
color: #B3A26C;
}
.AnyTagClassName
{
color: #B3A26C;
}
</style>
background-color css
<style>
a { background-color: #B3A26C; }
a { background-color: rgb(179,162,108); }
div.DivClassName
{
background-color: #B3A26C;
}
.BgClassName
{
background-color: #B3A26C;
}
</style>
border-color css
<style>
span { border-color: #B3A26C; }
span { border-color: rgb(179,162,108); }
td.TdClassName
{
border-color: #B3A26C;
}
.TagClassName
{
border-color: #B3A26C;
}
</style>