Shades of Gimblet #B4A95D
Tints of Gimblet #B4A95D
RGB
CMYK
RGB Variations
Color information
#B4A95D (or 0xB4A95D) is known color: Gimblet. HEX triplet: B4, A9 and 5D. RGB value is (180,169,93). Sum of RGB (Red+Green+Blue) = 180+169+93=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A95D is #4B56A2. Grayscale: #A3A3A3. Windows color (decimal): -4937379 or 6138292. OLE color: 6138292.
HSL color Cylindrical-coordinate representation of color #B4A95D: hue angle of 52.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4A95D is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 93 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.29 |
| HSL | 52.41º | 0.37% | 0.54% | - |
| HSV(B) | 52.41º | 0.48% | 0.71% | - |
| XYZ | 34.99 | 38.87 | 16.01 | - |
| YUV | 163.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 93 | 0 | 0.06 | 0.48 | 0.29 | 52.41 | 0.37 | 0.54 |
| Hex | B4 | A9 | 5D | 0 | 6 | 30 | 1D | 34 | 25 | 36 |
| Octal | 264 | 251 | 135 | 0 | 6 | 60 | 35 | 64 | 45 | 66 |
| Binary | 10110100 | 10101001 | 1011101 | 0 | 110 | 110000 | 11101 | 110100 | 100101 | 110110 |
Color Harmonies of #B4A95D
Complementary color
Monochromatic Colors of #B4A95D
Black with #B4A95D
Text Example
Text Example
White with #B4A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A95D; }
p { color: rgb(180,169,93); }
H1.HeaderClassName
{
color: #B4A95D;
}
.AnyTagClassName
{
color: #B4A95D;
}
</style>
background-color css
<style>
a { background-color: #B4A95D; }
a { background-color: rgb(180,169,93); }
div.DivClassName
{
background-color: #B4A95D;
}
.BgClassName
{
background-color: #B4A95D;
}
</style>
border-color css
<style>
span { border-color: #B4A95D; }
span { border-color: rgb(180,169,93); }
td.TdClassName
{
border-color: #B4A95D;
}
.TagClassName
{
border-color: #B4A95D;
}
</style>