Shades of Gimblet #B8B065
Tints of Gimblet #B8B065
RGB
CMYK
RGB Variations
Color information
#B8B065 (or 0xB8B065) is known color: Gimblet. HEX triplet: B8, B0 and 65. RGB value is (184,176,101). Sum of RGB (Red+Green+Blue) = 184+176+101=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B065 is #474F9A. Grayscale: #AAAAAA. Windows color (decimal): -4673435 or 6664376. OLE color: 6664376.
HSL color Cylindrical-coordinate representation of color #B8B065: hue angle of 54.22º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8B065 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 176 | 101 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.28 |
| HSL | 54.22º | 0.37% | 0.56% | - |
| HSV(B) | 54.22º | 0.45% | 0.72% | - |
| XYZ | 37.64 | 42.18 | 18.47 | - |
| YUV | 169.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 101 | 0 | 0.04 | 0.45 | 0.28 | 54.22 | 0.37 | 0.56 |
| Hex | B8 | B0 | 65 | 0 | 4 | 2D | 1C | 36 | 25 | 38 |
| Octal | 270 | 260 | 145 | 0 | 4 | 55 | 34 | 66 | 45 | 70 |
| Binary | 10111000 | 10110000 | 1100101 | 0 | 100 | 101101 | 11100 | 110110 | 100101 | 111000 |
Color Harmonies of #B8B065
Complementary color
Monochromatic Colors of #B8B065
Black with #B8B065
Text Example
Text Example
White with #B8B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B065; }
p { color: rgb(184,176,101); }
H1.HeaderClassName
{
color: #B8B065;
}
.AnyTagClassName
{
color: #B8B065;
}
</style>
background-color css
<style>
a { background-color: #B8B065; }
a { background-color: rgb(184,176,101); }
div.DivClassName
{
background-color: #B8B065;
}
.BgClassName
{
background-color: #B8B065;
}
</style>
border-color css
<style>
span { border-color: #B8B065; }
span { border-color: rgb(184,176,101); }
td.TdClassName
{
border-color: #B8B065;
}
.TagClassName
{
border-color: #B8B065;
}
</style>