Shades of Gimblet #B3AC6D
Tints of Gimblet #B3AC6D
RGB
CMYK
RGB Variations
Color information
#B3AC6D (or 0xB3AC6D) is known color: Gimblet. HEX triplet: B3, AC and 6D. RGB value is (179,172,109). Sum of RGB (Red+Green+Blue) = 179+172+109=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC6D is #4C5392. Grayscale: #A7A7A7. Windows color (decimal): -5002131 or 7187635. OLE color: 7187635.
HSL color Cylindrical-coordinate representation of color #B3AC6D: hue angle of 54º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3AC6D is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 172 | 109 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.30 |
| HSL | 54º | 0.32% | 0.56% | - |
| HSV(B) | 54º | 0.39% | 0.7% | - |
| XYZ | 36.1 | 40.19 | 20.32 | - |
| YUV | 166.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 109 | 0 | 0.04 | 0.39 | 0.30 | 54 | 0.32 | 0.56 |
| Hex | B3 | AC | 6D | 0 | 4 | 27 | 1E | 36 | 20 | 38 |
| Octal | 263 | 254 | 155 | 0 | 4 | 47 | 36 | 66 | 40 | 70 |
| Binary | 10110011 | 10101100 | 1101101 | 0 | 100 | 100111 | 11110 | 110110 | 100000 | 111000 |
Color Harmonies of #B3AC6D
Complementary color
Monochromatic Colors of #B3AC6D
Black with #B3AC6D
Text Example
Text Example
White with #B3AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AC6D; }
p { color: rgb(179,172,109); }
H1.HeaderClassName
{
color: #B3AC6D;
}
.AnyTagClassName
{
color: #B3AC6D;
}
</style>
background-color css
<style>
a { background-color: #B3AC6D; }
a { background-color: rgb(179,172,109); }
div.DivClassName
{
background-color: #B3AC6D;
}
.BgClassName
{
background-color: #B3AC6D;
}
</style>
border-color css
<style>
span { border-color: #B3AC6D; }
span { border-color: rgb(179,172,109); }
td.TdClassName
{
border-color: #B3AC6D;
}
.TagClassName
{
border-color: #B3AC6D;
}
</style>