Shades of Gimblet #B7AD5D
Tints of Gimblet #B7AD5D
RGB
CMYK
RGB Variations
Color information
#B7AD5D (or 0xB7AD5D) is known color: Gimblet. HEX triplet: B7, AD and 5D. RGB value is (183,173,93). Sum of RGB (Red+Green+Blue) = 183+173+93=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD5D is #4852A2. Grayscale: #A7A7A7. Windows color (decimal): -4739747 or 6139319. OLE color: 6139319.
HSL color Cylindrical-coordinate representation of color #B7AD5D: hue angle of 53.33º 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 #B7AD5D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 93 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.28 |
| HSL | 53.33º | 0.38% | 0.54% | - |
| HSV(B) | 53.33º | 0.49% | 0.72% | - |
| XYZ | 36.45 | 40.74 | 16.3 | - |
| YUV | 166.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 93 | 0 | 0.05 | 0.49 | 0.28 | 53.33 | 0.38 | 0.54 |
| Hex | B7 | AD | 5D | 0 | 5 | 31 | 1C | 35 | 26 | 36 |
| Octal | 267 | 255 | 135 | 0 | 5 | 61 | 34 | 65 | 46 | 66 |
| Binary | 10110111 | 10101101 | 1011101 | 0 | 101 | 110001 | 11100 | 110101 | 100110 | 110110 |
Color Harmonies of #B7AD5D
Complementary color
Monochromatic Colors of #B7AD5D
Black with #B7AD5D
Text Example
Text Example
White with #B7AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD5D; }
p { color: rgb(183,173,93); }
H1.HeaderClassName
{
color: #B7AD5D;
}
.AnyTagClassName
{
color: #B7AD5D;
}
</style>
background-color css
<style>
a { background-color: #B7AD5D; }
a { background-color: rgb(183,173,93); }
div.DivClassName
{
background-color: #B7AD5D;
}
.BgClassName
{
background-color: #B7AD5D;
}
</style>
border-color css
<style>
span { border-color: #B7AD5D; }
span { border-color: rgb(183,173,93); }
td.TdClassName
{
border-color: #B7AD5D;
}
.TagClassName
{
border-color: #B7AD5D;
}
</style>