Shades of Gimblet #B7B164
Tints of Gimblet #B7B164
RGB
CMYK
RGB Variations
Color information
#B7B164 (or 0xB7B164) is known color: Gimblet. HEX triplet: B7, B1 and 64. RGB value is (183,177,100). Sum of RGB (Red+Green+Blue) = 183+177+100=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B164 is #484E9B. Grayscale: #AAAAAA. Windows color (decimal): -4738716 or 6599095. OLE color: 6599095.
HSL color Cylindrical-coordinate representation of color #B7B164: hue angle of 55.66º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7B164 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 100 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.28 |
| HSL | 55.66º | 0.37% | 0.55% | - |
| HSV(B) | 55.66º | 0.45% | 0.72% | - |
| XYZ | 37.55 | 42.43 | 18.27 | - |
| YUV | 170.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 100 | 0 | 0.03 | 0.45 | 0.28 | 55.66 | 0.37 | 0.55 |
| Hex | B7 | B1 | 64 | 0 | 3 | 2D | 1C | 38 | 25 | 37 |
| Octal | 267 | 261 | 144 | 0 | 3 | 55 | 34 | 70 | 45 | 67 |
| Binary | 10110111 | 10110001 | 1100100 | 0 | 11 | 101101 | 11100 | 111000 | 100101 | 110111 |
Color Harmonies of #B7B164
Complementary color
Monochromatic Colors of #B7B164
Black with #B7B164
Text Example
Text Example
White with #B7B164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B164; }
p { color: rgb(183,177,100); }
H1.HeaderClassName
{
color: #B7B164;
}
.AnyTagClassName
{
color: #B7B164;
}
</style>
background-color css
<style>
a { background-color: #B7B164; }
a { background-color: rgb(183,177,100); }
div.DivClassName
{
background-color: #B7B164;
}
.BgClassName
{
background-color: #B7B164;
}
</style>
border-color css
<style>
span { border-color: #B7B164; }
span { border-color: rgb(183,177,100); }
td.TdClassName
{
border-color: #B7B164;
}
.TagClassName
{
border-color: #B7B164;
}
</style>