Shades of Gimblet #B7A55D
Tints of Gimblet #B7A55D
RGB
CMYK
RGB Variations
Color information
#B7A55D (or 0xB7A55D) is known color: Gimblet. HEX triplet: B7, A5 and 5D. RGB value is (183,165,93). Sum of RGB (Red+Green+Blue) = 183+165+93=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A55D is #485AA2. Grayscale: #A2A2A2. Windows color (decimal): -4741795 or 6137271. OLE color: 6137271.
HSL color Cylindrical-coordinate representation of color #B7A55D: hue angle of 48º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7A55D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 93 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.28 |
| HSL | 48º | 0.38% | 0.54% | - |
| HSV(B) | 48º | 0.49% | 0.72% | - |
| XYZ | 34.96 | 37.77 | 15.8 | - |
| YUV | 162.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 93 | 0 | 0.10 | 0.49 | 0.28 | 48 | 0.38 | 0.54 |
| Hex | B7 | A5 | 5D | 0 | A | 31 | 1C | 30 | 26 | 36 |
| Octal | 267 | 245 | 135 | 0 | 12 | 61 | 34 | 60 | 46 | 66 |
| Binary | 10110111 | 10100101 | 1011101 | 0 | 1010 | 110001 | 11100 | 110000 | 100110 | 110110 |
Color Harmonies of #B7A55D
Complementary color
Monochromatic Colors of #B7A55D
Black with #B7A55D
Text Example
Text Example
White with #B7A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A55D; }
p { color: rgb(183,165,93); }
H1.HeaderClassName
{
color: #B7A55D;
}
.AnyTagClassName
{
color: #B7A55D;
}
</style>
background-color css
<style>
a { background-color: #B7A55D; }
a { background-color: rgb(183,165,93); }
div.DivClassName
{
background-color: #B7A55D;
}
.BgClassName
{
background-color: #B7A55D;
}
</style>
border-color css
<style>
span { border-color: #B7A55D; }
span { border-color: rgb(183,165,93); }
td.TdClassName
{
border-color: #B7A55D;
}
.TagClassName
{
border-color: #B7A55D;
}
</style>