Shades of Gimblet #B7A56D
Tints of Gimblet #B7A56D
RGB
CMYK
RGB Variations
Color information
#B7A56D (or 0xB7A56D) is known color: Gimblet. HEX triplet: B7, A5 and 6D. RGB value is (183,165,109). Sum of RGB (Red+Green+Blue) = 183+165+109=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A56D is #485A92. Grayscale: #A4A4A4. Windows color (decimal): -4741779 or 7185847. OLE color: 7185847.
HSL color Cylindrical-coordinate representation of color #B7A56D: hue angle of 45.41º 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 #B7A56D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 109 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.28 |
| HSL | 45.41º | 0.34% | 0.57% | - |
| HSV(B) | 45.41º | 0.4% | 0.72% | - |
| XYZ | 35.74 | 38.08 | 19.93 | - |
| YUV | 164 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 109 | 0 | 0.10 | 0.40 | 0.28 | 45.41 | 0.34 | 0.57 |
| Hex | B7 | A5 | 6D | 0 | A | 28 | 1C | 2D | 22 | 39 |
| Octal | 267 | 245 | 155 | 0 | 12 | 50 | 34 | 55 | 42 | 71 |
| Binary | 10110111 | 10100101 | 1101101 | 0 | 1010 | 101000 | 11100 | 101101 | 100010 | 111001 |
Color Harmonies of #B7A56D
Complementary color
Monochromatic Colors of #B7A56D
Black with #B7A56D
Text Example
Text Example
White with #B7A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A56D; }
p { color: rgb(183,165,109); }
H1.HeaderClassName
{
color: #B7A56D;
}
.AnyTagClassName
{
color: #B7A56D;
}
</style>
background-color css
<style>
a { background-color: #B7A56D; }
a { background-color: rgb(183,165,109); }
div.DivClassName
{
background-color: #B7A56D;
}
.BgClassName
{
background-color: #B7A56D;
}
</style>
border-color css
<style>
span { border-color: #B7A56D; }
span { border-color: rgb(183,165,109); }
td.TdClassName
{
border-color: #B7A56D;
}
.TagClassName
{
border-color: #B7A56D;
}
</style>