Shades of Gimblet #B5A162
Tints of Gimblet #B5A162
RGB
CMYK
RGB Variations
Color information
#B5A162 (or 0xB5A162) is known color: Gimblet. HEX triplet: B5, A1 and 62. RGB value is (181,161,98). Sum of RGB (Red+Green+Blue) = 181+161+98=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A162 is #4A5E9D. Grayscale: #A0A0A0. Windows color (decimal): -4873886 or 6463925. OLE color: 6463925.
HSL color Cylindrical-coordinate representation of color #B5A162: hue angle of 45.54º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5A162 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 98 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.29 |
| HSL | 45.54º | 0.36% | 0.55% | - |
| HSV(B) | 45.54º | 0.46% | 0.71% | - |
| XYZ | 34.01 | 36.2 | 16.75 | - |
| YUV | 159.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 98 | 0 | 0.11 | 0.46 | 0.29 | 45.54 | 0.36 | 0.55 |
| Hex | B5 | A1 | 62 | 0 | B | 2E | 1D | 2E | 24 | 37 |
| Octal | 265 | 241 | 142 | 0 | 13 | 56 | 35 | 56 | 44 | 67 |
| Binary | 10110101 | 10100001 | 1100010 | 0 | 1011 | 101110 | 11101 | 101110 | 100100 | 110111 |
Color Harmonies of #B5A162
Complementary color
Monochromatic Colors of #B5A162
Black with #B5A162
Text Example
Text Example
White with #B5A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A162; }
p { color: rgb(181,161,98); }
H1.HeaderClassName
{
color: #B5A162;
}
.AnyTagClassName
{
color: #B5A162;
}
</style>
background-color css
<style>
a { background-color: #B5A162; }
a { background-color: rgb(181,161,98); }
div.DivClassName
{
background-color: #B5A162;
}
.BgClassName
{
background-color: #B5A162;
}
</style>
border-color css
<style>
span { border-color: #B5A162; }
span { border-color: rgb(181,161,98); }
td.TdClassName
{
border-color: #B5A162;
}
.TagClassName
{
border-color: #B5A162;
}
</style>