Shades of Gimblet #B7A655
Tints of Gimblet #B7A655
RGB
CMYK
RGB Variations
Color information
#B7A655 (or 0xB7A655) is known color: Gimblet. HEX triplet: B7, A6 and 55. RGB value is (183,166,85). Sum of RGB (Red+Green+Blue) = 183+166+85=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A655 is #4859AA. Grayscale: #A2A2A2. Windows color (decimal): -4741547 or 5613239. OLE color: 5613239.
HSL color Cylindrical-coordinate representation of color #B7A655: hue angle of 49.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7A655 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 85 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.28 |
| HSL | 49.59º | 0.4% | 0.53% | - |
| HSV(B) | 49.59º | 0.54% | 0.72% | - |
| XYZ | 34.8 | 38 | 14.09 | - |
| YUV | 161.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 85 | 0 | 0.09 | 0.54 | 0.28 | 49.59 | 0.4 | 0.53 |
| Hex | B7 | A6 | 55 | 0 | 9 | 36 | 1C | 32 | 28 | 35 |
| Octal | 267 | 246 | 125 | 0 | 11 | 66 | 34 | 62 | 50 | 65 |
| Binary | 10110111 | 10100110 | 1010101 | 0 | 1001 | 110110 | 11100 | 110010 | 101000 | 110101 |
Color Harmonies of #B7A655
Complementary color
Monochromatic Colors of #B7A655
Black with #B7A655
Text Example
Text Example
White with #B7A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A655; }
p { color: rgb(183,166,85); }
H1.HeaderClassName
{
color: #B7A655;
}
.AnyTagClassName
{
color: #B7A655;
}
</style>
background-color css
<style>
a { background-color: #B7A655; }
a { background-color: rgb(183,166,85); }
div.DivClassName
{
background-color: #B7A655;
}
.BgClassName
{
background-color: #B7A655;
}
</style>
border-color css
<style>
span { border-color: #B7A655; }
span { border-color: rgb(183,166,85); }
td.TdClassName
{
border-color: #B7A655;
}
.TagClassName
{
border-color: #B7A655;
}
</style>