Shades of Gimblet #B5A36F
Tints of Gimblet #B5A36F
RGB
CMYK
RGB Variations
Color information
#B5A36F (or 0xB5A36F) is known color: Gimblet. HEX triplet: B5, A3 and 6F. RGB value is (181,163,111). Sum of RGB (Red+Green+Blue) = 181+163+111=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A36F is #4A5C90. Grayscale: #A2A2A2. Windows color (decimal): -4873361 or 7316405. OLE color: 7316405.
HSL color Cylindrical-coordinate representation of color #B5A36F: hue angle of 44.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5A36F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 111 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.29 |
| HSL | 44.57º | 0.32% | 0.57% | - |
| HSV(B) | 44.57º | 0.39% | 0.71% | - |
| XYZ | 35.02 | 37.17 | 20.37 | - |
| YUV | 162.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 111 | 0 | 0.10 | 0.39 | 0.29 | 44.57 | 0.32 | 0.57 |
| Hex | B5 | A3 | 6F | 0 | A | 27 | 1D | 2D | 20 | 39 |
| Octal | 265 | 243 | 157 | 0 | 12 | 47 | 35 | 55 | 40 | 71 |
| Binary | 10110101 | 10100011 | 1101111 | 0 | 1010 | 100111 | 11101 | 101101 | 100000 | 111001 |
Color Harmonies of #B5A36F
Complementary color
Monochromatic Colors of #B5A36F
Black with #B5A36F
Text Example
Text Example
White with #B5A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A36F; }
p { color: rgb(181,163,111); }
H1.HeaderClassName
{
color: #B5A36F;
}
.AnyTagClassName
{
color: #B5A36F;
}
</style>
background-color css
<style>
a { background-color: #B5A36F; }
a { background-color: rgb(181,163,111); }
div.DivClassName
{
background-color: #B5A36F;
}
.BgClassName
{
background-color: #B5A36F;
}
</style>
border-color css
<style>
span { border-color: #B5A36F; }
span { border-color: rgb(181,163,111); }
td.TdClassName
{
border-color: #B5A36F;
}
.TagClassName
{
border-color: #B5A36F;
}
</style>