Shades of Gimblet #B7A455
Tints of Gimblet #B7A455
RGB
CMYK
RGB Variations
Color information
#B7A455 (or 0xB7A455) is known color: Gimblet. HEX triplet: B7, A4 and 55. RGB value is (183,164,85). Sum of RGB (Red+Green+Blue) = 183+164+85=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A455 is #485BAA. Grayscale: #A1A1A1. Windows color (decimal): -4742059 or 5612727. OLE color: 5612727.
HSL color Cylindrical-coordinate representation of color #B7A455: hue angle of 48.37º 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 #B7A455 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 85 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.28 |
| HSL | 48.37º | 0.4% | 0.53% | - |
| HSV(B) | 48.37º | 0.54% | 0.72% | - |
| XYZ | 34.44 | 37.27 | 13.97 | - |
| YUV | 160.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 85 | 0 | 0.10 | 0.54 | 0.28 | 48.37 | 0.4 | 0.53 |
| Hex | B7 | A4 | 55 | 0 | A | 36 | 1C | 30 | 28 | 35 |
| Octal | 267 | 244 | 125 | 0 | 12 | 66 | 34 | 60 | 50 | 65 |
| Binary | 10110111 | 10100100 | 1010101 | 0 | 1010 | 110110 | 11100 | 110000 | 101000 | 110101 |
Color Harmonies of #B7A455
Complementary color
Monochromatic Colors of #B7A455
Black with #B7A455
Text Example
Text Example
White with #B7A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A455; }
p { color: rgb(183,164,85); }
H1.HeaderClassName
{
color: #B7A455;
}
.AnyTagClassName
{
color: #B7A455;
}
</style>
background-color css
<style>
a { background-color: #B7A455; }
a { background-color: rgb(183,164,85); }
div.DivClassName
{
background-color: #B7A455;
}
.BgClassName
{
background-color: #B7A455;
}
</style>
border-color css
<style>
span { border-color: #B7A455; }
span { border-color: rgb(183,164,85); }
td.TdClassName
{
border-color: #B7A455;
}
.TagClassName
{
border-color: #B7A455;
}
</style>