Shades of Gimblet #B7A65C
Tints of Gimblet #B7A65C
RGB
CMYK
RGB Variations
Color information
#B7A65C (or 0xB7A65C) is known color: Gimblet. HEX triplet: B7, A6 and 5C. RGB value is (183,166,92). Sum of RGB (Red+Green+Blue) = 183+166+92=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A65C is #4859A3. Grayscale: #A2A2A2. Windows color (decimal): -4741540 or 6071991. OLE color: 6071991.
HSL color Cylindrical-coordinate representation of color #B7A65C: hue angle of 48.79º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7A65C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 92 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.28 |
| HSL | 48.79º | 0.39% | 0.54% | - |
| HSV(B) | 48.79º | 0.5% | 0.72% | - |
| XYZ | 35.1 | 38.11 | 15.63 | - |
| YUV | 162.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 92 | 0 | 0.09 | 0.50 | 0.28 | 48.79 | 0.39 | 0.54 |
| Hex | B7 | A6 | 5C | 0 | 9 | 32 | 1C | 31 | 27 | 36 |
| Octal | 267 | 246 | 134 | 0 | 11 | 62 | 34 | 61 | 47 | 66 |
| Binary | 10110111 | 10100110 | 1011100 | 0 | 1001 | 110010 | 11100 | 110001 | 100111 | 110110 |
Color Harmonies of #B7A65C
Complementary color
Monochromatic Colors of #B7A65C
Black with #B7A65C
Text Example
Text Example
White with #B7A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A65C; }
p { color: rgb(183,166,92); }
H1.HeaderClassName
{
color: #B7A65C;
}
.AnyTagClassName
{
color: #B7A65C;
}
</style>
background-color css
<style>
a { background-color: #B7A65C; }
a { background-color: rgb(183,166,92); }
div.DivClassName
{
background-color: #B7A65C;
}
.BgClassName
{
background-color: #B7A65C;
}
</style>
border-color css
<style>
span { border-color: #B7A65C; }
span { border-color: rgb(183,166,92); }
td.TdClassName
{
border-color: #B7A65C;
}
.TagClassName
{
border-color: #B7A65C;
}
</style>