Shades of Gimblet #B3A86C
Tints of Gimblet #B3A86C
RGB
CMYK
RGB Variations
Color information
#B3A86C (or 0xB3A86C) is known color: Gimblet. HEX triplet: B3, A8 and 6C. RGB value is (179,168,108). Sum of RGB (Red+Green+Blue) = 179+168+108=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A86C is #4C5793. Grayscale: #A4A4A4. Windows color (decimal): -5003156 or 7121075. OLE color: 7121075.
HSL color Cylindrical-coordinate representation of color #B3A86C: hue angle of 50.7º 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 #B3A86C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 108 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.30 |
| HSL | 50.7º | 0.32% | 0.56% | - |
| HSV(B) | 50.7º | 0.4% | 0.7% | - |
| XYZ | 35.3 | 38.67 | 19.79 | - |
| YUV | 164.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 108 | 0 | 0.06 | 0.40 | 0.30 | 50.7 | 0.32 | 0.56 |
| Hex | B3 | A8 | 6C | 0 | 6 | 28 | 1E | 33 | 20 | 38 |
| Octal | 263 | 250 | 154 | 0 | 6 | 50 | 36 | 63 | 40 | 70 |
| Binary | 10110011 | 10101000 | 1101100 | 0 | 110 | 101000 | 11110 | 110011 | 100000 | 111000 |
Color Harmonies of #B3A86C
Complementary color
Monochromatic Colors of #B3A86C
Black with #B3A86C
Text Example
Text Example
White with #B3A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A86C; }
p { color: rgb(179,168,108); }
H1.HeaderClassName
{
color: #B3A86C;
}
.AnyTagClassName
{
color: #B3A86C;
}
</style>
background-color css
<style>
a { background-color: #B3A86C; }
a { background-color: rgb(179,168,108); }
div.DivClassName
{
background-color: #B3A86C;
}
.BgClassName
{
background-color: #B3A86C;
}
</style>
border-color css
<style>
span { border-color: #B3A86C; }
span { border-color: rgb(179,168,108); }
td.TdClassName
{
border-color: #B3A86C;
}
.TagClassName
{
border-color: #B3A86C;
}
</style>