Shades of Gimblet #B7AD5E
Tints of Gimblet #B7AD5E
RGB
CMYK
RGB Variations
Color information
#B7AD5E (or 0xB7AD5E) is known color: Gimblet. HEX triplet: B7, AD and 5E. RGB value is (183,173,94). Sum of RGB (Red+Green+Blue) = 183+173+94=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD5E is #4852A1. Grayscale: #A7A7A7. Windows color (decimal): -4739746 or 6204855. OLE color: 6204855.
HSL color Cylindrical-coordinate representation of color #B7AD5E: hue angle of 53.26º 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 #B7AD5E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 94 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.28 |
| HSL | 53.26º | 0.38% | 0.54% | - |
| HSV(B) | 53.26º | 0.49% | 0.72% | - |
| XYZ | 36.49 | 40.76 | 16.53 | - |
| YUV | 166.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 94 | 0 | 0.05 | 0.49 | 0.28 | 53.26 | 0.38 | 0.54 |
| Hex | B7 | AD | 5E | 0 | 5 | 31 | 1C | 35 | 26 | 36 |
| Octal | 267 | 255 | 136 | 0 | 5 | 61 | 34 | 65 | 46 | 66 |
| Binary | 10110111 | 10101101 | 1011110 | 0 | 101 | 110001 | 11100 | 110101 | 100110 | 110110 |
Color Harmonies of #B7AD5E
Complementary color
Monochromatic Colors of #B7AD5E
Black with #B7AD5E
Text Example
Text Example
White with #B7AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD5E; }
p { color: rgb(183,173,94); }
H1.HeaderClassName
{
color: #B7AD5E;
}
.AnyTagClassName
{
color: #B7AD5E;
}
</style>
background-color css
<style>
a { background-color: #B7AD5E; }
a { background-color: rgb(183,173,94); }
div.DivClassName
{
background-color: #B7AD5E;
}
.BgClassName
{
background-color: #B7AD5E;
}
</style>
border-color css
<style>
span { border-color: #B7AD5E; }
span { border-color: rgb(183,173,94); }
td.TdClassName
{
border-color: #B7AD5E;
}
.TagClassName
{
border-color: #B7AD5E;
}
</style>