Shades of Gimblet #B5B065
Tints of Gimblet #B5B065
RGB
CMYK
RGB Variations
Color information
#B5B065 (or 0xB5B065) is known color: Gimblet. HEX triplet: B5, B0 and 65. RGB value is (181,176,101). Sum of RGB (Red+Green+Blue) = 181+176+101=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B065 is #4A4F9A. Grayscale: #A9A9A9. Windows color (decimal): -4870043 or 6664373. OLE color: 6664373.
HSL color Cylindrical-coordinate representation of color #B5B065: hue angle of 56.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5B065 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 101 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.29 |
| HSL | 56.25º | 0.35% | 0.55% | - |
| HSV(B) | 56.25º | 0.44% | 0.71% | - |
| XYZ | 36.93 | 41.81 | 18.44 | - |
| YUV | 168.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 101 | 0 | 0.03 | 0.44 | 0.29 | 56.25 | 0.35 | 0.55 |
| Hex | B5 | B0 | 65 | 0 | 3 | 2C | 1D | 38 | 23 | 37 |
| Octal | 265 | 260 | 145 | 0 | 3 | 54 | 35 | 70 | 43 | 67 |
| Binary | 10110101 | 10110000 | 1100101 | 0 | 11 | 101100 | 11101 | 111000 | 100011 | 110111 |
Color Harmonies of #B5B065
Complementary color
Monochromatic Colors of #B5B065
Black with #B5B065
Text Example
Text Example
White with #B5B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B065; }
p { color: rgb(181,176,101); }
H1.HeaderClassName
{
color: #B5B065;
}
.AnyTagClassName
{
color: #B5B065;
}
</style>
background-color css
<style>
a { background-color: #B5B065; }
a { background-color: rgb(181,176,101); }
div.DivClassName
{
background-color: #B5B065;
}
.BgClassName
{
background-color: #B5B065;
}
</style>
border-color css
<style>
span { border-color: #B5B065; }
span { border-color: rgb(181,176,101); }
td.TdClassName
{
border-color: #B5B065;
}
.TagClassName
{
border-color: #B5B065;
}
</style>