Shades of Gimblet #B7A658
Tints of Gimblet #B7A658
RGB
CMYK
RGB Variations
Color information
#B7A658 (or 0xB7A658) is known color: Gimblet. HEX triplet: B7, A6 and 58. RGB value is (183,166,88). Sum of RGB (Red+Green+Blue) = 183+166+88=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A658 is #4859A7. Grayscale: #A2A2A2. Windows color (decimal): -4741544 or 5809847. OLE color: 5809847.
HSL color Cylindrical-coordinate representation of color #B7A658: hue angle of 49.26º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7A658 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 88 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.28 |
| HSL | 49.26º | 0.4% | 0.53% | - |
| HSV(B) | 49.26º | 0.52% | 0.72% | - |
| XYZ | 34.93 | 38.04 | 14.74 | - |
| YUV | 162.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 88 | 0 | 0.09 | 0.52 | 0.28 | 49.26 | 0.4 | 0.53 |
| Hex | B7 | A6 | 58 | 0 | 9 | 34 | 1C | 31 | 28 | 35 |
| Octal | 267 | 246 | 130 | 0 | 11 | 64 | 34 | 61 | 50 | 65 |
| Binary | 10110111 | 10100110 | 1011000 | 0 | 1001 | 110100 | 11100 | 110001 | 101000 | 110101 |
Color Harmonies of #B7A658
Complementary color
Monochromatic Colors of #B7A658
Black with #B7A658
Text Example
Text Example
White with #B7A658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A658; }
p { color: rgb(183,166,88); }
H1.HeaderClassName
{
color: #B7A658;
}
.AnyTagClassName
{
color: #B7A658;
}
</style>
background-color css
<style>
a { background-color: #B7A658; }
a { background-color: rgb(183,166,88); }
div.DivClassName
{
background-color: #B7A658;
}
.BgClassName
{
background-color: #B7A658;
}
</style>
border-color css
<style>
span { border-color: #B7A658; }
span { border-color: rgb(183,166,88); }
td.TdClassName
{
border-color: #B7A658;
}
.TagClassName
{
border-color: #B7A658;
}
</style>