Shades of Gimblet #B7AD5A
Tints of Gimblet #B7AD5A
RGB
CMYK
RGB Variations
Color information
#B7AD5A (or 0xB7AD5A) is known color: Gimblet. HEX triplet: B7, AD and 5A. RGB value is (183,173,90). Sum of RGB (Red+Green+Blue) = 183+173+90=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD5A is #4852A5. Grayscale: #A6A6A6. Windows color (decimal): -4739750 or 5942711. OLE color: 5942711.
HSL color Cylindrical-coordinate representation of color #B7AD5A: hue angle of 53.55º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7AD5A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 90 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.28 |
| HSL | 53.55º | 0.39% | 0.54% | - |
| HSV(B) | 53.55º | 0.51% | 0.72% | - |
| XYZ | 36.32 | 40.69 | 15.61 | - |
| YUV | 166.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 90 | 0 | 0.05 | 0.51 | 0.28 | 53.55 | 0.39 | 0.54 |
| Hex | B7 | AD | 5A | 0 | 5 | 33 | 1C | 36 | 27 | 36 |
| Octal | 267 | 255 | 132 | 0 | 5 | 63 | 34 | 66 | 47 | 66 |
| Binary | 10110111 | 10101101 | 1011010 | 0 | 101 | 110011 | 11100 | 110110 | 100111 | 110110 |
Color Harmonies of #B7AD5A
Complementary color
Monochromatic Colors of #B7AD5A
Black with #B7AD5A
Text Example
Text Example
White with #B7AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD5A; }
p { color: rgb(183,173,90); }
H1.HeaderClassName
{
color: #B7AD5A;
}
.AnyTagClassName
{
color: #B7AD5A;
}
</style>
background-color css
<style>
a { background-color: #B7AD5A; }
a { background-color: rgb(183,173,90); }
div.DivClassName
{
background-color: #B7AD5A;
}
.BgClassName
{
background-color: #B7AD5A;
}
</style>
border-color css
<style>
span { border-color: #B7AD5A; }
span { border-color: rgb(183,173,90); }
td.TdClassName
{
border-color: #B7AD5A;
}
.TagClassName
{
border-color: #B7AD5A;
}
</style>