Shades of Gimblet #B7A46C
Tints of Gimblet #B7A46C
RGB
CMYK
RGB Variations
Color information
#B7A46C (or 0xB7A46C) is known color: Gimblet. HEX triplet: B7, A4 and 6C. RGB value is (183,164,108). Sum of RGB (Red+Green+Blue) = 183+164+108=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A46C is #485B93. Grayscale: #A3A3A3. Windows color (decimal): -4742036 or 7120055. OLE color: 7120055.
HSL color Cylindrical-coordinate representation of color #B7A46C: hue angle of 44.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7A46C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 108 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.28 |
| HSL | 44.8º | 0.34% | 0.57% | - |
| HSV(B) | 44.8º | 0.41% | 0.72% | - |
| XYZ | 35.51 | 37.7 | 19.59 | - |
| YUV | 163.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 108 | 0 | 0.10 | 0.41 | 0.28 | 44.8 | 0.34 | 0.57 |
| Hex | B7 | A4 | 6C | 0 | A | 29 | 1C | 2D | 22 | 39 |
| Octal | 267 | 244 | 154 | 0 | 12 | 51 | 34 | 55 | 42 | 71 |
| Binary | 10110111 | 10100100 | 1101100 | 0 | 1010 | 101001 | 11100 | 101101 | 100010 | 111001 |
Color Harmonies of #B7A46C
Complementary color
Monochromatic Colors of #B7A46C
Black with #B7A46C
Text Example
Text Example
White with #B7A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A46C; }
p { color: rgb(183,164,108); }
H1.HeaderClassName
{
color: #B7A46C;
}
.AnyTagClassName
{
color: #B7A46C;
}
</style>
background-color css
<style>
a { background-color: #B7A46C; }
a { background-color: rgb(183,164,108); }
div.DivClassName
{
background-color: #B7A46C;
}
.BgClassName
{
background-color: #B7A46C;
}
</style>
border-color css
<style>
span { border-color: #B7A46C; }
span { border-color: rgb(183,164,108); }
td.TdClassName
{
border-color: #B7A46C;
}
.TagClassName
{
border-color: #B7A46C;
}
</style>