Shades of Gimblet #B3A456
Tints of Gimblet #B3A456
RGB
CMYK
RGB Variations
Color information
#B3A456 (or 0xB3A456) is known color: Gimblet. HEX triplet: B3, A4 and 56. RGB value is (179,164,86). Sum of RGB (Red+Green+Blue) = 179+164+86=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A456 is #4C5BA9. Grayscale: #9F9F9F. Windows color (decimal): -5004202 or 5678259. OLE color: 5678259.
HSL color Cylindrical-coordinate representation of color #B3A456: hue angle of 50.32º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3A456 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 86 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.30 |
| HSL | 50.32º | 0.38% | 0.52% | - |
| HSV(B) | 50.32º | 0.52% | 0.7% | - |
| XYZ | 33.55 | 36.81 | 14.14 | - |
| YUV | 159.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 86 | 0 | 0.08 | 0.52 | 0.30 | 50.32 | 0.38 | 0.52 |
| Hex | B3 | A4 | 56 | 0 | 8 | 34 | 1E | 32 | 26 | 34 |
| Octal | 263 | 244 | 126 | 0 | 10 | 64 | 36 | 62 | 46 | 64 |
| Binary | 10110011 | 10100100 | 1010110 | 0 | 1000 | 110100 | 11110 | 110010 | 100110 | 110100 |
Color Harmonies of #B3A456
Complementary color
Monochromatic Colors of #B3A456
Black with #B3A456
Text Example
Text Example
White with #B3A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A456; }
p { color: rgb(179,164,86); }
H1.HeaderClassName
{
color: #B3A456;
}
.AnyTagClassName
{
color: #B3A456;
}
</style>
background-color css
<style>
a { background-color: #B3A456; }
a { background-color: rgb(179,164,86); }
div.DivClassName
{
background-color: #B3A456;
}
.BgClassName
{
background-color: #B3A456;
}
</style>
border-color css
<style>
span { border-color: #B3A456; }
span { border-color: rgb(179,164,86); }
td.TdClassName
{
border-color: #B3A456;
}
.TagClassName
{
border-color: #B3A456;
}
</style>