Shades of Gimblet #B5A46C
Tints of Gimblet #B5A46C
RGB
CMYK
RGB Variations
Color information
#B5A46C (or 0xB5A46C) is known color: Gimblet. HEX triplet: B5, A4 and 6C. RGB value is (181,164,108). Sum of RGB (Red+Green+Blue) = 181+164+108=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A46C is #4A5B93. Grayscale: #A2A2A2. Windows color (decimal): -4873108 or 7120053. OLE color: 7120053.
HSL color Cylindrical-coordinate representation of color #B5A46C: hue angle of 46.03º 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 #B5A46C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 108 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.29 |
| HSL | 46.03º | 0.33% | 0.57% | - |
| HSV(B) | 46.03º | 0.4% | 0.71% | - |
| XYZ | 35.04 | 37.46 | 19.57 | - |
| YUV | 162.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 108 | 0 | 0.09 | 0.40 | 0.29 | 46.03 | 0.33 | 0.57 |
| Hex | B5 | A4 | 6C | 0 | 9 | 28 | 1D | 2E | 21 | 39 |
| Octal | 265 | 244 | 154 | 0 | 11 | 50 | 35 | 56 | 41 | 71 |
| Binary | 10110101 | 10100100 | 1101100 | 0 | 1001 | 101000 | 11101 | 101110 | 100001 | 111001 |
Color Harmonies of #B5A46C
Complementary color
Monochromatic Colors of #B5A46C
Black with #B5A46C
Text Example
Text Example
White with #B5A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A46C; }
p { color: rgb(181,164,108); }
H1.HeaderClassName
{
color: #B5A46C;
}
.AnyTagClassName
{
color: #B5A46C;
}
</style>
background-color css
<style>
a { background-color: #B5A46C; }
a { background-color: rgb(181,164,108); }
div.DivClassName
{
background-color: #B5A46C;
}
.BgClassName
{
background-color: #B5A46C;
}
</style>
border-color css
<style>
span { border-color: #B5A46C; }
span { border-color: rgb(181,164,108); }
td.TdClassName
{
border-color: #B5A46C;
}
.TagClassName
{
border-color: #B5A46C;
}
</style>