Shades of Gimblet #B7A55C
Tints of Gimblet #B7A55C
RGB
CMYK
RGB Variations
Color information
#B7A55C (or 0xB7A55C) is known color: Gimblet. HEX triplet: B7, A5 and 5C. RGB value is (183,165,92). Sum of RGB (Red+Green+Blue) = 183+165+92=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A55C is #485AA3. Grayscale: #A2A2A2. Windows color (decimal): -4741796 or 6071735. OLE color: 6071735.
HSL color Cylindrical-coordinate representation of color #B7A55C: hue angle of 48.13º 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 #B7A55C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 92 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.28 |
| HSL | 48.13º | 0.39% | 0.54% | - |
| HSV(B) | 48.13º | 0.5% | 0.72% | - |
| XYZ | 34.92 | 37.75 | 15.57 | - |
| YUV | 162.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 92 | 0 | 0.10 | 0.50 | 0.28 | 48.13 | 0.39 | 0.54 |
| Hex | B7 | A5 | 5C | 0 | A | 32 | 1C | 30 | 27 | 36 |
| Octal | 267 | 245 | 134 | 0 | 12 | 62 | 34 | 60 | 47 | 66 |
| Binary | 10110111 | 10100101 | 1011100 | 0 | 1010 | 110010 | 11100 | 110000 | 100111 | 110110 |
Color Harmonies of #B7A55C
Complementary color
Monochromatic Colors of #B7A55C
Black with #B7A55C
Text Example
Text Example
White with #B7A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A55C; }
p { color: rgb(183,165,92); }
H1.HeaderClassName
{
color: #B7A55C;
}
.AnyTagClassName
{
color: #B7A55C;
}
</style>
background-color css
<style>
a { background-color: #B7A55C; }
a { background-color: rgb(183,165,92); }
div.DivClassName
{
background-color: #B7A55C;
}
.BgClassName
{
background-color: #B7A55C;
}
</style>
border-color css
<style>
span { border-color: #B7A55C; }
span { border-color: rgb(183,165,92); }
td.TdClassName
{
border-color: #B7A55C;
}
.TagClassName
{
border-color: #B7A55C;
}
</style>