Shades of Gimblet #B7B162
Tints of Gimblet #B7B162
RGB
CMYK
RGB Variations
Color information
#B7B162 (or 0xB7B162) is known color: Gimblet. HEX triplet: B7, B1 and 62. RGB value is (183,177,98). Sum of RGB (Red+Green+Blue) = 183+177+98=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B162 is #484E9D. Grayscale: #AAAAAA. Windows color (decimal): -4738718 or 6468023. OLE color: 6468023.
HSL color Cylindrical-coordinate representation of color #B7B162: hue angle of 55.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7B162 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 98 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.28 |
| HSL | 55.76º | 0.37% | 0.55% | - |
| HSV(B) | 55.76º | 0.46% | 0.72% | - |
| XYZ | 37.46 | 42.39 | 17.76 | - |
| YUV | 169.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 98 | 0 | 0.03 | 0.46 | 0.28 | 55.76 | 0.37 | 0.55 |
| Hex | B7 | B1 | 62 | 0 | 3 | 2E | 1C | 38 | 25 | 37 |
| Octal | 267 | 261 | 142 | 0 | 3 | 56 | 34 | 70 | 45 | 67 |
| Binary | 10110111 | 10110001 | 1100010 | 0 | 11 | 101110 | 11100 | 111000 | 100101 | 110111 |
Color Harmonies of #B7B162
Complementary color
Monochromatic Colors of #B7B162
Black with #B7B162
Text Example
Text Example
White with #B7B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B162; }
p { color: rgb(183,177,98); }
H1.HeaderClassName
{
color: #B7B162;
}
.AnyTagClassName
{
color: #B7B162;
}
</style>
background-color css
<style>
a { background-color: #B7B162; }
a { background-color: rgb(183,177,98); }
div.DivClassName
{
background-color: #B7B162;
}
.BgClassName
{
background-color: #B7B162;
}
</style>
border-color css
<style>
span { border-color: #B7B162; }
span { border-color: rgb(183,177,98); }
td.TdClassName
{
border-color: #B7B162;
}
.TagClassName
{
border-color: #B7B162;
}
</style>