#B7B061

Color #B7B061 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #B7B061

Tints of Gimblet #B7B061

Color information

#B7B061 (or 0xB7B061) is unknown color: approx Gimblet. HEX triplet: B7, B0 and 61. RGB value is (183,176,97). Sum of RGB (Red+Green+Blue) = 183+176+97=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B061 is #484F9E. Grayscale: #A9A9A9. Windows color (decimal): -4738975 or 6402231. OLE color: 6402231.

HSL color Cylindrical-coordinate representation of color #B7B061: hue angle of 55.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7B061 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB18317697-
CMYK00.040.470.28
HSL55.12º37.39%54.9%-
HSV(B)55.12º46.99%71.76%-
XYZ37.2141.9817.45-
YUV169.0987.32137.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=40.13%
G=38.60%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831769700.040.470.2855.1237.3954.9
HexB7B061042F1C372537
Octal267260141045734674567
Binary10110111101100001100001010010111111100110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B061; }

 p { color: rgb(183,176,97); }

 H1.HeaderClassName
 {
   color: #B7B061;
 }
 .AnyTagClassName
 {
   color: #B7B061;
 }
</style>
background-color css

<style>
 a { background-color: #B7B061; }

 a { background-color: rgb(183,176,97); }

 div.DivClassName
 {
   background-color: #B7B061;
 }
 .BgClassName
 {
   background-color: #B7B061;
 }
</style>
border-color css

<style>
 span { border-color: #B7B061; }

 span { border-color: rgb(183,176,97); }

 td.TdClassName
 {
   border-color: #B7B061;
 }
 .TagClassName
 {
   border-color: #B7B061;
 }
</style>