Shades of Gimblet #B7AD6D
Tints of Gimblet #B7AD6D
RGB
CMYK
RGB Variations
Color information
#B7AD6D (or 0xB7AD6D) is known color: Gimblet. HEX triplet: B7, AD and 6D. RGB value is (183,173,109). Sum of RGB (Red+Green+Blue) = 183+173+109=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD6D is #485292. Grayscale: #A8A8A8. Windows color (decimal): -4739731 or 7187895. OLE color: 7187895.
HSL color Cylindrical-coordinate representation of color #B7AD6D: hue angle of 51.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7AD6D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 109 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.28 |
| HSL | 51.89º | 0.34% | 0.57% | - |
| HSV(B) | 51.89º | 0.4% | 0.72% | - |
| XYZ | 37.23 | 41.06 | 20.43 | - |
| YUV | 168.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 109 | 0 | 0.05 | 0.40 | 0.28 | 51.89 | 0.34 | 0.57 |
| Hex | B7 | AD | 6D | 0 | 5 | 28 | 1C | 34 | 22 | 39 |
| Octal | 267 | 255 | 155 | 0 | 5 | 50 | 34 | 64 | 42 | 71 |
| Binary | 10110111 | 10101101 | 1101101 | 0 | 101 | 101000 | 11100 | 110100 | 100010 | 111001 |
Color Harmonies of #B7AD6D
Complementary color
Monochromatic Colors of #B7AD6D
Black with #B7AD6D
Text Example
Text Example
White with #B7AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD6D; }
p { color: rgb(183,173,109); }
H1.HeaderClassName
{
color: #B7AD6D;
}
.AnyTagClassName
{
color: #B7AD6D;
}
</style>
background-color css
<style>
a { background-color: #B7AD6D; }
a { background-color: rgb(183,173,109); }
div.DivClassName
{
background-color: #B7AD6D;
}
.BgClassName
{
background-color: #B7AD6D;
}
</style>
border-color css
<style>
span { border-color: #B7AD6D; }
span { border-color: rgb(183,173,109); }
td.TdClassName
{
border-color: #B7AD6D;
}
.TagClassName
{
border-color: #B7AD6D;
}
</style>