Shades of Gimblet #B5A76C
Tints of Gimblet #B5A76C
RGB
CMYK
RGB Variations
Color information
#B5A76C (or 0xB5A76C) is known color: Gimblet. HEX triplet: B5, A7 and 6C. RGB value is (181,167,108). Sum of RGB (Red+Green+Blue) = 181+167+108=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A76C is #4A5893. Grayscale: #A4A4A4. Windows color (decimal): -4872340 or 7120821. OLE color: 7120821.
HSL color Cylindrical-coordinate representation of color #B5A76C: hue angle of 48.49º 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 #B5A76C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 108 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.29 |
| HSL | 48.49º | 0.33% | 0.57% | - |
| HSV(B) | 48.49º | 0.4% | 0.71% | - |
| XYZ | 35.58 | 38.54 | 19.75 | - |
| YUV | 164.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 108 | 0 | 0.08 | 0.40 | 0.29 | 48.49 | 0.33 | 0.57 |
| Hex | B5 | A7 | 6C | 0 | 8 | 28 | 1D | 30 | 21 | 39 |
| Octal | 265 | 247 | 154 | 0 | 10 | 50 | 35 | 60 | 41 | 71 |
| Binary | 10110101 | 10100111 | 1101100 | 0 | 1000 | 101000 | 11101 | 110000 | 100001 | 111001 |
Color Harmonies of #B5A76C
Complementary color
Monochromatic Colors of #B5A76C
Black with #B5A76C
Text Example
Text Example
White with #B5A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A76C; }
p { color: rgb(181,167,108); }
H1.HeaderClassName
{
color: #B5A76C;
}
.AnyTagClassName
{
color: #B5A76C;
}
</style>
background-color css
<style>
a { background-color: #B5A76C; }
a { background-color: rgb(181,167,108); }
div.DivClassName
{
background-color: #B5A76C;
}
.BgClassName
{
background-color: #B5A76C;
}
</style>
border-color css
<style>
span { border-color: #B5A76C; }
span { border-color: rgb(181,167,108); }
td.TdClassName
{
border-color: #B5A76C;
}
.TagClassName
{
border-color: #B5A76C;
}
</style>