Shades of Gimblet #B7B065
Tints of Gimblet #B7B065
RGB
CMYK
RGB Variations
Color information
#B7B065 (or 0xB7B065) is known color: Gimblet. HEX triplet: B7, B0 and 65. RGB value is (183,176,101). Sum of RGB (Red+Green+Blue) = 183+176+101=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B065 is #484F9A. Grayscale: #A9A9A9. Windows color (decimal): -4738971 or 6664375. OLE color: 6664375.
HSL color Cylindrical-coordinate representation of color #B7B065: hue angle of 54.88º degrees, saturation: 0.36, 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 #B7B065 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 101 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.28 |
| HSL | 54.88º | 0.36% | 0.56% | - |
| HSV(B) | 54.88º | 0.45% | 0.72% | - |
| XYZ | 37.4 | 42.06 | 18.46 | - |
| YUV | 169.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 101 | 0 | 0.04 | 0.45 | 0.28 | 54.88 | 0.36 | 0.56 |
| Hex | B7 | B0 | 65 | 0 | 4 | 2D | 1C | 37 | 24 | 38 |
| Octal | 267 | 260 | 145 | 0 | 4 | 55 | 34 | 67 | 44 | 70 |
| Binary | 10110111 | 10110000 | 1100101 | 0 | 100 | 101101 | 11100 | 110111 | 100100 | 111000 |
Color Harmonies of #B7B065
Complementary color
Monochromatic Colors of #B7B065
Black with #B7B065
Text Example
Text Example
White with #B7B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B065; }
p { color: rgb(183,176,101); }
H1.HeaderClassName
{
color: #B7B065;
}
.AnyTagClassName
{
color: #B7B065;
}
</style>
background-color css
<style>
a { background-color: #B7B065; }
a { background-color: rgb(183,176,101); }
div.DivClassName
{
background-color: #B7B065;
}
.BgClassName
{
background-color: #B7B065;
}
</style>
border-color css
<style>
span { border-color: #B7B065; }
span { border-color: rgb(183,176,101); }
td.TdClassName
{
border-color: #B7B065;
}
.TagClassName
{
border-color: #B7B065;
}
</style>