Shades of Gimblet #B5A86F
Tints of Gimblet #B5A86F
RGB
CMYK
RGB Variations
Color information
#B5A86F (or 0xB5A86F) is known color: Gimblet. HEX triplet: B5, A8 and 6F. RGB value is (181,168,111). Sum of RGB (Red+Green+Blue) = 181+168+111=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A86F is #4A5790. Grayscale: #A5A5A5. Windows color (decimal): -4872081 or 7317685. OLE color: 7317685.
HSL color Cylindrical-coordinate representation of color #B5A86F: hue angle of 48.86º 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 #B5A86F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 111 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.29 |
| HSL | 48.86º | 0.32% | 0.57% | - |
| HSV(B) | 48.86º | 0.39% | 0.71% | - |
| XYZ | 35.93 | 38.98 | 20.67 | - |
| YUV | 165.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 111 | 0 | 0.07 | 0.39 | 0.29 | 48.86 | 0.32 | 0.57 |
| Hex | B5 | A8 | 6F | 0 | 7 | 27 | 1D | 31 | 20 | 39 |
| Octal | 265 | 250 | 157 | 0 | 7 | 47 | 35 | 61 | 40 | 71 |
| Binary | 10110101 | 10101000 | 1101111 | 0 | 111 | 100111 | 11101 | 110001 | 100000 | 111001 |
Color Harmonies of #B5A86F
Complementary color
Monochromatic Colors of #B5A86F
Black with #B5A86F
Text Example
Text Example
White with #B5A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A86F; }
p { color: rgb(181,168,111); }
H1.HeaderClassName
{
color: #B5A86F;
}
.AnyTagClassName
{
color: #B5A86F;
}
</style>
background-color css
<style>
a { background-color: #B5A86F; }
a { background-color: rgb(181,168,111); }
div.DivClassName
{
background-color: #B5A86F;
}
.BgClassName
{
background-color: #B5A86F;
}
</style>
border-color css
<style>
span { border-color: #B5A86F; }
span { border-color: rgb(181,168,111); }
td.TdClassName
{
border-color: #B5A86F;
}
.TagClassName
{
border-color: #B5A86F;
}
</style>