Shades of Gimblet #B7A96C
Tints of Gimblet #B7A96C
RGB
CMYK
RGB Variations
Color information
#B7A96C (or 0xB7A96C) is known color: Gimblet. HEX triplet: B7, A9 and 6C. RGB value is (183,169,108). Sum of RGB (Red+Green+Blue) = 183+169+108=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A96C is #485693. Grayscale: #A6A6A6. Windows color (decimal): -4740756 or 7121335. OLE color: 7121335.
HSL color Cylindrical-coordinate representation of color #B7A96C: hue angle of 48.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 #B7A96C is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 108 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.28 |
| HSL | 48.8º | 0.34% | 0.57% | - |
| HSV(B) | 48.8º | 0.41% | 0.72% | - |
| XYZ | 36.42 | 39.53 | 19.9 | - |
| YUV | 166.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 108 | 0 | 0.08 | 0.41 | 0.28 | 48.8 | 0.34 | 0.57 |
| Hex | B7 | A9 | 6C | 0 | 8 | 29 | 1C | 31 | 22 | 39 |
| Octal | 267 | 251 | 154 | 0 | 10 | 51 | 34 | 61 | 42 | 71 |
| Binary | 10110111 | 10101001 | 1101100 | 0 | 1000 | 101001 | 11100 | 110001 | 100010 | 111001 |
Color Harmonies of #B7A96C
Complementary color
Monochromatic Colors of #B7A96C
Black with #B7A96C
Text Example
Text Example
White with #B7A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A96C; }
p { color: rgb(183,169,108); }
H1.HeaderClassName
{
color: #B7A96C;
}
.AnyTagClassName
{
color: #B7A96C;
}
</style>
background-color css
<style>
a { background-color: #B7A96C; }
a { background-color: rgb(183,169,108); }
div.DivClassName
{
background-color: #B7A96C;
}
.BgClassName
{
background-color: #B7A96C;
}
</style>
border-color css
<style>
span { border-color: #B7A96C; }
span { border-color: rgb(183,169,108); }
td.TdClassName
{
border-color: #B7A96C;
}
.TagClassName
{
border-color: #B7A96C;
}
</style>