Shades of Gimblet #B5A166
Tints of Gimblet #B5A166
RGB
CMYK
RGB Variations
Color information
#B5A166 (or 0xB5A166) is known color: Gimblet. HEX triplet: B5, A1 and 66. RGB value is (181,161,102). Sum of RGB (Red+Green+Blue) = 181+161+102=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A166 is #4A5E99. Grayscale: #A0A0A0. Windows color (decimal): -4873882 or 6726069. OLE color: 6726069.
HSL color Cylindrical-coordinate representation of color #B5A166: hue angle of 44.81º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5A166 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 102 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.29 |
| HSL | 44.81º | 0.35% | 0.55% | - |
| HSV(B) | 44.81º | 0.44% | 0.71% | - |
| XYZ | 34.2 | 36.27 | 17.77 | - |
| YUV | 160.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 102 | 0 | 0.11 | 0.44 | 0.29 | 44.81 | 0.35 | 0.55 |
| Hex | B5 | A1 | 66 | 0 | B | 2C | 1D | 2D | 23 | 37 |
| Octal | 265 | 241 | 146 | 0 | 13 | 54 | 35 | 55 | 43 | 67 |
| Binary | 10110101 | 10100001 | 1100110 | 0 | 1011 | 101100 | 11101 | 101101 | 100011 | 110111 |
Color Harmonies of #B5A166
Complementary color
Monochromatic Colors of #B5A166
Black with #B5A166
Text Example
Text Example
White with #B5A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A166; }
p { color: rgb(181,161,102); }
H1.HeaderClassName
{
color: #B5A166;
}
.AnyTagClassName
{
color: #B5A166;
}
</style>
background-color css
<style>
a { background-color: #B5A166; }
a { background-color: rgb(181,161,102); }
div.DivClassName
{
background-color: #B5A166;
}
.BgClassName
{
background-color: #B5A166;
}
</style>
border-color css
<style>
span { border-color: #B5A166; }
span { border-color: rgb(181,161,102); }
td.TdClassName
{
border-color: #B5A166;
}
.TagClassName
{
border-color: #B5A166;
}
</style>