Shades of Gimblet #B7AD6B
Tints of Gimblet #B7AD6B
RGB
CMYK
RGB Variations
Color information
#B7AD6B (or 0xB7AD6B) is known color: Gimblet. HEX triplet: B7, AD and 6B. RGB value is (183,173,107). Sum of RGB (Red+Green+Blue) = 183+173+107=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD6B is #485294. Grayscale: #A8A8A8. Windows color (decimal): -4739733 or 7056823. OLE color: 7056823.
HSL color Cylindrical-coordinate representation of color #B7AD6B: hue angle of 52.11º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7AD6B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 107 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.28 |
| HSL | 52.11º | 0.35% | 0.57% | - |
| HSV(B) | 52.11º | 0.42% | 0.72% | - |
| XYZ | 37.13 | 41.02 | 19.87 | - |
| YUV | 168.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 107 | 0 | 0.05 | 0.42 | 0.28 | 52.11 | 0.35 | 0.57 |
| Hex | B7 | AD | 6B | 0 | 5 | 2A | 1C | 34 | 23 | 39 |
| Octal | 267 | 255 | 153 | 0 | 5 | 52 | 34 | 64 | 43 | 71 |
| Binary | 10110111 | 10101101 | 1101011 | 0 | 101 | 101010 | 11100 | 110100 | 100011 | 111001 |
Color Harmonies of #B7AD6B
Complementary color
Monochromatic Colors of #B7AD6B
Black with #B7AD6B
Text Example
Text Example
White with #B7AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD6B; }
p { color: rgb(183,173,107); }
H1.HeaderClassName
{
color: #B7AD6B;
}
.AnyTagClassName
{
color: #B7AD6B;
}
</style>
background-color css
<style>
a { background-color: #B7AD6B; }
a { background-color: rgb(183,173,107); }
div.DivClassName
{
background-color: #B7AD6B;
}
.BgClassName
{
background-color: #B7AD6B;
}
</style>
border-color css
<style>
span { border-color: #B7AD6B; }
span { border-color: rgb(183,173,107); }
td.TdClassName
{
border-color: #B7AD6B;
}
.TagClassName
{
border-color: #B7AD6B;
}
</style>