Shades of Gimblet #B7A05C
Tints of Gimblet #B7A05C
RGB
CMYK
RGB Variations
Color information
#B7A05C (or 0xB7A05C) is known color: Gimblet. HEX triplet: B7, A0 and 5C. RGB value is (183,160,92). Sum of RGB (Red+Green+Blue) = 183+160+92=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A05C is #485FA3. Grayscale: #9F9F9F. Windows color (decimal): -4743076 or 6070455. OLE color: 6070455.
HSL color Cylindrical-coordinate representation of color #B7A05C: hue angle of 44.84º 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 #B7A05C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 92 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.28 |
| HSL | 44.84º | 0.39% | 0.54% | - |
| HSV(B) | 44.84º | 0.5% | 0.72% | - |
| XYZ | 34.03 | 35.98 | 15.28 | - |
| YUV | 159.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 92 | 0 | 0.13 | 0.50 | 0.28 | 44.84 | 0.39 | 0.54 |
| Hex | B7 | A0 | 5C | 0 | D | 32 | 1C | 2D | 27 | 36 |
| Octal | 267 | 240 | 134 | 0 | 15 | 62 | 34 | 55 | 47 | 66 |
| Binary | 10110111 | 10100000 | 1011100 | 0 | 1101 | 110010 | 11100 | 101101 | 100111 | 110110 |
Color Harmonies of #B7A05C
Complementary color
Monochromatic Colors of #B7A05C
Black with #B7A05C
Text Example
Text Example
White with #B7A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A05C; }
p { color: rgb(183,160,92); }
H1.HeaderClassName
{
color: #B7A05C;
}
.AnyTagClassName
{
color: #B7A05C;
}
</style>
background-color css
<style>
a { background-color: #B7A05C; }
a { background-color: rgb(183,160,92); }
div.DivClassName
{
background-color: #B7A05C;
}
.BgClassName
{
background-color: #B7A05C;
}
</style>
border-color css
<style>
span { border-color: #B7A05C; }
span { border-color: rgb(183,160,92); }
td.TdClassName
{
border-color: #B7A05C;
}
.TagClassName
{
border-color: #B7A05C;
}
</style>