Shades of Gimblet #B5A46D
Tints of Gimblet #B5A46D
RGB
CMYK
RGB Variations
Color information
#B5A46D (or 0xB5A46D) is known color: Gimblet. HEX triplet: B5, A4 and 6D. RGB value is (181,164,109). Sum of RGB (Red+Green+Blue) = 181+164+109=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A46D is #4A5B92. Grayscale: #A3A3A3. Windows color (decimal): -4873107 or 7185589. OLE color: 7185589.
HSL color Cylindrical-coordinate representation of color #B5A46D: hue angle of 45.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A46D is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 109 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.29 |
| HSL | 45.83º | 0.33% | 0.57% | - |
| HSV(B) | 45.83º | 0.4% | 0.71% | - |
| XYZ | 35.09 | 37.48 | 19.85 | - |
| YUV | 162.81 | 97.63 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 109 | 0 | 0.09 | 0.40 | 0.29 | 45.83 | 0.33 | 0.57 |
| Hex | B5 | A4 | 6D | 0 | 9 | 28 | 1D | 2E | 21 | 39 |
| Octal | 265 | 244 | 155 | 0 | 11 | 50 | 35 | 56 | 41 | 71 |
| Binary | 10110101 | 10100100 | 1101101 | 0 | 1001 | 101000 | 11101 | 101110 | 100001 | 111001 |
Color Harmonies of #B5A46D
Complementary color
Monochromatic Colors of #B5A46D
Black with #B5A46D
Text Example
Text Example
White with #B5A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A46D; }
p { color: rgb(181,164,109); }
H1.HeaderClassName
{
color: #B5A46D;
}
.AnyTagClassName
{
color: #B5A46D;
}
</style>
background-color css
<style>
a { background-color: #B5A46D; }
a { background-color: rgb(181,164,109); }
div.DivClassName
{
background-color: #B5A46D;
}
.BgClassName
{
background-color: #B5A46D;
}
</style>
border-color css
<style>
span { border-color: #B5A46D; }
span { border-color: rgb(181,164,109); }
td.TdClassName
{
border-color: #B5A46D;
}
.TagClassName
{
border-color: #B5A46D;
}
</style>