Shades of Gimblet #B5B066
Tints of Gimblet #B5B066
RGB
CMYK
RGB Variations
Color information
#B5B066 (or 0xB5B066) is known color: Gimblet. HEX triplet: B5, B0 and 66. RGB value is (181,176,102). Sum of RGB (Red+Green+Blue) = 181+176+102=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B066 is #4A4F99. Grayscale: #A9A9A9. Windows color (decimal): -4870042 or 6729909. OLE color: 6729909.
HSL color Cylindrical-coordinate representation of color #B5B066: hue angle of 56.2º 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 #B5B066 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 102 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.29 |
| HSL | 56.2º | 0.35% | 0.55% | - |
| HSV(B) | 56.2º | 0.44% | 0.71% | - |
| XYZ | 36.98 | 41.83 | 18.7 | - |
| YUV | 169.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 102 | 0 | 0.03 | 0.44 | 0.29 | 56.2 | 0.35 | 0.55 |
| Hex | B5 | B0 | 66 | 0 | 3 | 2C | 1D | 38 | 23 | 37 |
| Octal | 265 | 260 | 146 | 0 | 3 | 54 | 35 | 70 | 43 | 67 |
| Binary | 10110101 | 10110000 | 1100110 | 0 | 11 | 101100 | 11101 | 111000 | 100011 | 110111 |
Color Harmonies of #B5B066
Complementary color
Monochromatic Colors of #B5B066
Black with #B5B066
Text Example
Text Example
White with #B5B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B066; }
p { color: rgb(181,176,102); }
H1.HeaderClassName
{
color: #B5B066;
}
.AnyTagClassName
{
color: #B5B066;
}
</style>
background-color css
<style>
a { background-color: #B5B066; }
a { background-color: rgb(181,176,102); }
div.DivClassName
{
background-color: #B5B066;
}
.BgClassName
{
background-color: #B5B066;
}
</style>
border-color css
<style>
span { border-color: #B5B066; }
span { border-color: rgb(181,176,102); }
td.TdClassName
{
border-color: #B5B066;
}
.TagClassName
{
border-color: #B5B066;
}
</style>