#B7A360

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

Shades of Gimblet #B7A360

Tints of Gimblet #B7A360

Color information

#B7A360 (or 0xB7A360) is unknown color: approx Gimblet. HEX triplet: B7, A3 and 60. RGB value is (183,163,96). Sum of RGB (Red+Green+Blue) = 183+163+96=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A360 is #485C9F. Grayscale: #A1A1A1. Windows color (decimal): -4742304 or 6333367. OLE color: 6333367.

HSL color Cylindrical-coordinate representation of color #B7A360: hue angle of 46.21º 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 #B7A360 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18316396-
CMYK00.110.480.28
HSL46.21º37.66%54.71%-
HSV(B)46.21º47.54%71.76%-
XYZ34.7437.1116.4-
YUV161.3491.13143.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=41.40%
G=36.88%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831639600.110.480.2846.2137.6654.71
HexB7A3600B301C2e2637
Octal2672431400136034564667
Binary101101111010001111000000101111000011100101110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A360; }

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

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

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

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

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

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

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

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