Shades of Gimblet #B7A36A
Tints of Gimblet #B7A36A
RGB
CMYK
RGB Variations
Color information
#B7A36A (or 0xB7A36A) is known color: Gimblet. HEX triplet: B7, A3 and 6A. RGB value is (183,163,106). Sum of RGB (Red+Green+Blue) = 183+163+106=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A36A is #485C95. Grayscale: #A2A2A2. Windows color (decimal): -4742294 or 6988727. OLE color: 6988727.
HSL color Cylindrical-coordinate representation of color #B7A36A: hue angle of 44.42º 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 #B7A36A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 106 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.28 |
| HSL | 44.42º | 0.35% | 0.57% | - |
| HSV(B) | 44.42º | 0.42% | 0.72% | - |
| XYZ | 35.23 | 37.3 | 18.98 | - |
| YUV | 162.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 106 | 0 | 0.11 | 0.42 | 0.28 | 44.42 | 0.35 | 0.57 |
| Hex | B7 | A3 | 6A | 0 | B | 2A | 1C | 2C | 23 | 39 |
| Octal | 267 | 243 | 152 | 0 | 13 | 52 | 34 | 54 | 43 | 71 |
| Binary | 10110111 | 10100011 | 1101010 | 0 | 1011 | 101010 | 11100 | 101100 | 100011 | 111001 |
Color Harmonies of #B7A36A
Complementary color
Monochromatic Colors of #B7A36A
Black with #B7A36A
Text Example
Text Example
White with #B7A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A36A; }
p { color: rgb(183,163,106); }
H1.HeaderClassName
{
color: #B7A36A;
}
.AnyTagClassName
{
color: #B7A36A;
}
</style>
background-color css
<style>
a { background-color: #B7A36A; }
a { background-color: rgb(183,163,106); }
div.DivClassName
{
background-color: #B7A36A;
}
.BgClassName
{
background-color: #B7A36A;
}
</style>
border-color css
<style>
span { border-color: #B7A36A; }
span { border-color: rgb(183,163,106); }
td.TdClassName
{
border-color: #B7A36A;
}
.TagClassName
{
border-color: #B7A36A;
}
</style>