Shades of Gimblet #B7AA6D
Tints of Gimblet #B7AA6D
RGB
CMYK
RGB Variations
Color information
#B7AA6D (or 0xB7AA6D) is known color: Gimblet. HEX triplet: B7, AA and 6D. RGB value is (183,170,109). Sum of RGB (Red+Green+Blue) = 183+170+109=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AA6D is #485592. Grayscale: #A7A7A7. Windows color (decimal): -4740499 or 7187127. OLE color: 7187127.
HSL color Cylindrical-coordinate representation of color #B7AA6D: hue angle of 49.46º 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 #B7AA6D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 109 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.28 |
| HSL | 49.46º | 0.34% | 0.57% | - |
| HSV(B) | 49.46º | 0.4% | 0.72% | - |
| XYZ | 36.66 | 39.92 | 20.24 | - |
| YUV | 166.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 109 | 0 | 0.07 | 0.40 | 0.28 | 49.46 | 0.34 | 0.57 |
| Hex | B7 | AA | 6D | 0 | 7 | 28 | 1C | 31 | 22 | 39 |
| Octal | 267 | 252 | 155 | 0 | 7 | 50 | 34 | 61 | 42 | 71 |
| Binary | 10110111 | 10101010 | 1101101 | 0 | 111 | 101000 | 11100 | 110001 | 100010 | 111001 |
Color Harmonies of #B7AA6D
Complementary color
Monochromatic Colors of #B7AA6D
Black with #B7AA6D
Text Example
Text Example
White with #B7AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA6D; }
p { color: rgb(183,170,109); }
H1.HeaderClassName
{
color: #B7AA6D;
}
.AnyTagClassName
{
color: #B7AA6D;
}
</style>
background-color css
<style>
a { background-color: #B7AA6D; }
a { background-color: rgb(183,170,109); }
div.DivClassName
{
background-color: #B7AA6D;
}
.BgClassName
{
background-color: #B7AA6D;
}
</style>
border-color css
<style>
span { border-color: #B7AA6D; }
span { border-color: rgb(183,170,109); }
td.TdClassName
{
border-color: #B7AA6D;
}
.TagClassName
{
border-color: #B7AA6D;
}
</style>