Shades of Gimblet #B7A65D
Tints of Gimblet #B7A65D
RGB
CMYK
RGB Variations
Color information
#B7A65D (or 0xB7A65D) is known color: Gimblet. HEX triplet: B7, A6 and 5D. RGB value is (183,166,93). Sum of RGB (Red+Green+Blue) = 183+166+93=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A65D is #4859A2. Grayscale: #A3A3A3. Windows color (decimal): -4741539 or 6137527. OLE color: 6137527.
HSL color Cylindrical-coordinate representation of color #B7A65D: hue angle of 48.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7A65D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 93 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.28 |
| HSL | 48.67º | 0.38% | 0.54% | - |
| HSV(B) | 48.67º | 0.49% | 0.72% | - |
| XYZ | 35.14 | 38.13 | 15.86 | - |
| YUV | 162.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 93 | 0 | 0.09 | 0.49 | 0.28 | 48.67 | 0.38 | 0.54 |
| Hex | B7 | A6 | 5D | 0 | 9 | 31 | 1C | 31 | 26 | 36 |
| Octal | 267 | 246 | 135 | 0 | 11 | 61 | 34 | 61 | 46 | 66 |
| Binary | 10110111 | 10100110 | 1011101 | 0 | 1001 | 110001 | 11100 | 110001 | 100110 | 110110 |
Color Harmonies of #B7A65D
Complementary color
Monochromatic Colors of #B7A65D
Black with #B7A65D
Text Example
Text Example
White with #B7A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A65D; }
p { color: rgb(183,166,93); }
H1.HeaderClassName
{
color: #B7A65D;
}
.AnyTagClassName
{
color: #B7A65D;
}
</style>
background-color css
<style>
a { background-color: #B7A65D; }
a { background-color: rgb(183,166,93); }
div.DivClassName
{
background-color: #B7A65D;
}
.BgClassName
{
background-color: #B7A65D;
}
</style>
border-color css
<style>
span { border-color: #B7A65D; }
span { border-color: rgb(183,166,93); }
td.TdClassName
{
border-color: #B7A65D;
}
.TagClassName
{
border-color: #B7A65D;
}
</style>