Shades of Gimblet #B3A95E
Tints of Gimblet #B3A95E
RGB
CMYK
RGB Variations
Color information
#B3A95E (or 0xB3A95E) is known color: Gimblet. HEX triplet: B3, A9 and 5E. RGB value is (179,169,94). Sum of RGB (Red+Green+Blue) = 179+169+94=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A95E is #4C56A1. Grayscale: #A3A3A3. Windows color (decimal): -5002914 or 6203827. OLE color: 6203827.
HSL color Cylindrical-coordinate representation of color #B3A95E: hue angle of 52.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3A95E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 94 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.30 |
| HSL | 52.94º | 0.36% | 0.54% | - |
| HSV(B) | 52.94º | 0.47% | 0.7% | - |
| XYZ | 34.8 | 38.77 | 16.24 | - |
| YUV | 163.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 94 | 0 | 0.06 | 0.47 | 0.30 | 52.94 | 0.36 | 0.54 |
| Hex | B3 | A9 | 5E | 0 | 6 | 2F | 1E | 35 | 24 | 36 |
| Octal | 263 | 251 | 136 | 0 | 6 | 57 | 36 | 65 | 44 | 66 |
| Binary | 10110011 | 10101001 | 1011110 | 0 | 110 | 101111 | 11110 | 110101 | 100100 | 110110 |
Color Harmonies of #B3A95E
Complementary color
Monochromatic Colors of #B3A95E
Black with #B3A95E
Text Example
Text Example
White with #B3A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A95E; }
p { color: rgb(179,169,94); }
H1.HeaderClassName
{
color: #B3A95E;
}
.AnyTagClassName
{
color: #B3A95E;
}
</style>
background-color css
<style>
a { background-color: #B3A95E; }
a { background-color: rgb(179,169,94); }
div.DivClassName
{
background-color: #B3A95E;
}
.BgClassName
{
background-color: #B3A95E;
}
</style>
border-color css
<style>
span { border-color: #B3A95E; }
span { border-color: rgb(179,169,94); }
td.TdClassName
{
border-color: #B3A95E;
}
.TagClassName
{
border-color: #B3A95E;
}
</style>