Shades of Gimblet #B7A861
Tints of Gimblet #B7A861
RGB
CMYK
RGB Variations
Color information
#B7A861 (or 0xB7A861) is known color: Gimblet. HEX triplet: B7, A8 and 61. RGB value is (183,168,97). Sum of RGB (Red+Green+Blue) = 183+168+97=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A861 is #48579E. Grayscale: #A4A4A4. Windows color (decimal): -4741023 or 6400183. OLE color: 6400183.
HSL color Cylindrical-coordinate representation of color #B7A861: hue angle of 49.53º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7A861 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 97 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.28 |
| HSL | 49.53º | 0.37% | 0.55% | - |
| HSV(B) | 49.53º | 0.47% | 0.72% | - |
| XYZ | 35.69 | 38.94 | 16.94 | - |
| YUV | 164.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 97 | 0 | 0.08 | 0.47 | 0.28 | 49.53 | 0.37 | 0.55 |
| Hex | B7 | A8 | 61 | 0 | 8 | 2F | 1C | 32 | 25 | 37 |
| Octal | 267 | 250 | 141 | 0 | 10 | 57 | 34 | 62 | 45 | 67 |
| Binary | 10110111 | 10101000 | 1100001 | 0 | 1000 | 101111 | 11100 | 110010 | 100101 | 110111 |
Color Harmonies of #B7A861
Complementary color
Monochromatic Colors of #B7A861
Black with #B7A861
Text Example
Text Example
White with #B7A861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A861; }
p { color: rgb(183,168,97); }
H1.HeaderClassName
{
color: #B7A861;
}
.AnyTagClassName
{
color: #B7A861;
}
</style>
background-color css
<style>
a { background-color: #B7A861; }
a { background-color: rgb(183,168,97); }
div.DivClassName
{
background-color: #B7A861;
}
.BgClassName
{
background-color: #B7A861;
}
</style>
border-color css
<style>
span { border-color: #B7A861; }
span { border-color: rgb(183,168,97); }
td.TdClassName
{
border-color: #B7A861;
}
.TagClassName
{
border-color: #B7A861;
}
</style>