Shades of Gimblet #B3AA6C
Tints of Gimblet #B3AA6C
RGB
CMYK
RGB Variations
Color information
#B3AA6C (or 0xB3AA6C) is known color: Gimblet. HEX triplet: B3, AA and 6C. RGB value is (179,170,108). Sum of RGB (Red+Green+Blue) = 179+170+108=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA6C is #4C5593. Grayscale: #A5A5A5. Windows color (decimal): -5002644 or 7121587. OLE color: 7121587.
HSL color Cylindrical-coordinate representation of color #B3AA6C: hue angle of 52.39º 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 #B3AA6C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 108 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.30 |
| HSL | 52.39º | 0.32% | 0.56% | - |
| HSV(B) | 52.39º | 0.4% | 0.7% | - |
| XYZ | 35.67 | 39.42 | 19.92 | - |
| YUV | 165.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 108 | 0 | 0.05 | 0.40 | 0.30 | 52.39 | 0.32 | 0.56 |
| Hex | B3 | AA | 6C | 0 | 5 | 28 | 1E | 34 | 20 | 38 |
| Octal | 263 | 252 | 154 | 0 | 5 | 50 | 36 | 64 | 40 | 70 |
| Binary | 10110011 | 10101010 | 1101100 | 0 | 101 | 101000 | 11110 | 110100 | 100000 | 111000 |
Color Harmonies of #B3AA6C
Complementary color
Monochromatic Colors of #B3AA6C
Black with #B3AA6C
Text Example
Text Example
White with #B3AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA6C; }
p { color: rgb(179,170,108); }
H1.HeaderClassName
{
color: #B3AA6C;
}
.AnyTagClassName
{
color: #B3AA6C;
}
</style>
background-color css
<style>
a { background-color: #B3AA6C; }
a { background-color: rgb(179,170,108); }
div.DivClassName
{
background-color: #B3AA6C;
}
.BgClassName
{
background-color: #B3AA6C;
}
</style>
border-color css
<style>
span { border-color: #B3AA6C; }
span { border-color: rgb(179,170,108); }
td.TdClassName
{
border-color: #B3AA6C;
}
.TagClassName
{
border-color: #B3AA6C;
}
</style>