Shades of Gimblet #B7A360
Tints of Gimblet #B7A360
RGB
CMYK
RGB Variations
Color information
#B7A360 (or 0xB7A360) is known color: Gimblet. HEX triplet: B7, A3 and 60. RGB value is (183,163,96). Sum of RGB (Red+Green+Blue) = 183+163+96=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A360 is #485C9F. Grayscale: #A1A1A1. Windows color (decimal): -4742304 or 6333367. OLE color: 6333367.
HSL color Cylindrical-coordinate representation of color #B7A360: hue angle of 46.21º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7A360 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 96 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.28 |
| HSL | 46.21º | 0.38% | 0.55% | - |
| HSV(B) | 46.21º | 0.48% | 0.72% | - |
| XYZ | 34.74 | 37.11 | 16.4 | - |
| YUV | 161.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 96 | 0 | 0.11 | 0.48 | 0.28 | 46.21 | 0.38 | 0.55 |
| Hex | B7 | A3 | 60 | 0 | B | 30 | 1C | 2E | 26 | 37 |
| Octal | 267 | 243 | 140 | 0 | 13 | 60 | 34 | 56 | 46 | 67 |
| Binary | 10110111 | 10100011 | 1100000 | 0 | 1011 | 110000 | 11100 | 101110 | 100110 | 110111 |
Color Harmonies of #B7A360
Complementary color
Monochromatic Colors of #B7A360
Black with #B7A360
Text Example
Text Example
White with #B7A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A360; }
p { color: rgb(183,163,96); }
H1.HeaderClassName
{
color: #B7A360;
}
.AnyTagClassName
{
color: #B7A360;
}
</style>
background-color css
<style>
a { background-color: #B7A360; }
a { background-color: rgb(183,163,96); }
div.DivClassName
{
background-color: #B7A360;
}
.BgClassName
{
background-color: #B7A360;
}
</style>
border-color css
<style>
span { border-color: #B7A360; }
span { border-color: rgb(183,163,96); }
td.TdClassName
{
border-color: #B7A360;
}
.TagClassName
{
border-color: #B7A360;
}
</style>