Shades of Gimblet #B3AA6E
Tints of Gimblet #B3AA6E
RGB
CMYK
RGB Variations
Color information
#B3AA6E (or 0xB3AA6E) is known color: Gimblet. HEX triplet: B3, AA and 6E. RGB value is (179,170,110). Sum of RGB (Red+Green+Blue) = 179+170+110=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA6E is #4C5591. Grayscale: #A6A6A6. Windows color (decimal): -5002642 or 7252659. OLE color: 7252659.
HSL color Cylindrical-coordinate representation of color #B3AA6E: hue angle of 52.17º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3AA6E is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 110 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.30 |
| HSL | 52.17º | 0.31% | 0.57% | - |
| HSV(B) | 52.17º | 0.39% | 0.7% | - |
| XYZ | 35.78 | 39.46 | 20.48 | - |
| YUV | 165.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 110 | 0 | 0.05 | 0.39 | 0.30 | 52.17 | 0.31 | 0.57 |
| Hex | B3 | AA | 6E | 0 | 5 | 27 | 1E | 34 | 1F | 39 |
| Octal | 263 | 252 | 156 | 0 | 5 | 47 | 36 | 64 | 37 | 71 |
| Binary | 10110011 | 10101010 | 1101110 | 0 | 101 | 100111 | 11110 | 110100 | 11111 | 111001 |
Color Harmonies of #B3AA6E
Complementary color
Monochromatic Colors of #B3AA6E
Black with #B3AA6E
Text Example
Text Example
White with #B3AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA6E; }
p { color: rgb(179,170,110); }
H1.HeaderClassName
{
color: #B3AA6E;
}
.AnyTagClassName
{
color: #B3AA6E;
}
</style>
background-color css
<style>
a { background-color: #B3AA6E; }
a { background-color: rgb(179,170,110); }
div.DivClassName
{
background-color: #B3AA6E;
}
.BgClassName
{
background-color: #B3AA6E;
}
</style>
border-color css
<style>
span { border-color: #B3AA6E; }
span { border-color: rgb(179,170,110); }
td.TdClassName
{
border-color: #B3AA6E;
}
.TagClassName
{
border-color: #B3AA6E;
}
</style>