Shades of Gimblet #B7A15C
Tints of Gimblet #B7A15C
RGB
CMYK
RGB Variations
Color information
#B7A15C (or 0xB7A15C) is known color: Gimblet. HEX triplet: B7, A1 and 5C. RGB value is (183,161,92). Sum of RGB (Red+Green+Blue) = 183+161+92=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A15C is #485EA3. Grayscale: #A0A0A0. Windows color (decimal): -4742820 or 6070711. OLE color: 6070711.
HSL color Cylindrical-coordinate representation of color #B7A15C: hue angle of 45.49º 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 #B7A15C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 92 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.28 |
| HSL | 45.49º | 0.39% | 0.54% | - |
| HSV(B) | 45.49º | 0.5% | 0.72% | - |
| XYZ | 34.21 | 36.33 | 15.33 | - |
| YUV | 159.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 92 | 0 | 0.12 | 0.50 | 0.28 | 45.49 | 0.39 | 0.54 |
| Hex | B7 | A1 | 5C | 0 | C | 32 | 1C | 2D | 27 | 36 |
| Octal | 267 | 241 | 134 | 0 | 14 | 62 | 34 | 55 | 47 | 66 |
| Binary | 10110111 | 10100001 | 1011100 | 0 | 1100 | 110010 | 11100 | 101101 | 100111 | 110110 |
Color Harmonies of #B7A15C
Complementary color
Monochromatic Colors of #B7A15C
Black with #B7A15C
Text Example
Text Example
White with #B7A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A15C; }
p { color: rgb(183,161,92); }
H1.HeaderClassName
{
color: #B7A15C;
}
.AnyTagClassName
{
color: #B7A15C;
}
</style>
background-color css
<style>
a { background-color: #B7A15C; }
a { background-color: rgb(183,161,92); }
div.DivClassName
{
background-color: #B7A15C;
}
.BgClassName
{
background-color: #B7A15C;
}
</style>
border-color css
<style>
span { border-color: #B7A15C; }
span { border-color: rgb(183,161,92); }
td.TdClassName
{
border-color: #B7A15C;
}
.TagClassName
{
border-color: #B7A15C;
}
</style>