#B7A460

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

Shades of Gimblet #B7A460

Tints of Gimblet #B7A460

Color information

#B7A460 (or 0xB7A460) is unknown color: approx Gimblet. HEX triplet: B7, A4 and 60. RGB value is (183,164,96). Sum of RGB (Red+Green+Blue) = 183+164+96=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A460 is #485B9F. Grayscale: #A2A2A2. Windows color (decimal): -4742048 or 6333623. OLE color: 6333623.

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

Color convert

RGB18316496-
CMYK00.100.480.28
HSL46.9º37.66%54.71%-
HSV(B)46.9º47.54%71.76%-
XYZ34.9237.4616.46-
YUV161.9390.79143.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=41.31%
G=37.02%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831649600.100.480.2846.937.6654.71
HexB7A4600A301C2f2637
Octal2672441400126034574667
Binary101101111010010011000000101011000011100101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A460; }

 p { color: rgb(183,164,96); }

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

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

 a { background-color: rgb(183,164,96); }

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

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

 span { border-color: rgb(183,164,96); }

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