Shades of Gimblet #B5A663
Tints of Gimblet #B5A663
RGB
CMYK
RGB Variations
Color information
#B5A663 (or 0xB5A663) is known color: Gimblet. HEX triplet: B5, A6 and 63. RGB value is (181,166,99). Sum of RGB (Red+Green+Blue) = 181+166+99=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A663 is #4A599C. Grayscale: #A3A3A3. Windows color (decimal): -4872605 or 6530741. OLE color: 6530741.
HSL color Cylindrical-coordinate representation of color #B5A663: hue angle of 49.02º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5A663 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 99 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.29 |
| HSL | 49.02º | 0.36% | 0.55% | - |
| HSV(B) | 49.02º | 0.45% | 0.71% | - |
| XYZ | 34.94 | 38 | 17.3 | - |
| YUV | 162.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 99 | 0 | 0.08 | 0.45 | 0.29 | 49.02 | 0.36 | 0.55 |
| Hex | B5 | A6 | 63 | 0 | 8 | 2D | 1D | 31 | 24 | 37 |
| Octal | 265 | 246 | 143 | 0 | 10 | 55 | 35 | 61 | 44 | 67 |
| Binary | 10110101 | 10100110 | 1100011 | 0 | 1000 | 101101 | 11101 | 110001 | 100100 | 110111 |
Color Harmonies of #B5A663
Complementary color
Monochromatic Colors of #B5A663
Black with #B5A663
Text Example
Text Example
White with #B5A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A663; }
p { color: rgb(181,166,99); }
H1.HeaderClassName
{
color: #B5A663;
}
.AnyTagClassName
{
color: #B5A663;
}
</style>
background-color css
<style>
a { background-color: #B5A663; }
a { background-color: rgb(181,166,99); }
div.DivClassName
{
background-color: #B5A663;
}
.BgClassName
{
background-color: #B5A663;
}
</style>
border-color css
<style>
span { border-color: #B5A663; }
span { border-color: rgb(181,166,99); }
td.TdClassName
{
border-color: #B5A663;
}
.TagClassName
{
border-color: #B5A663;
}
</style>