#B3A360

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

Shades of Gimblet #B3A360

Tints of Gimblet #B3A360

Color information

#B3A360 (or 0xB3A360) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 60. RGB value is (179,163,96). Sum of RGB (Red+Green+Blue) = 179+163+96=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A360 is #4C5C9F. Grayscale: #A0A0A0. Windows color (decimal): -5004448 or 6333363. OLE color: 6333363.

HSL color Cylindrical-coordinate representation of color #B3A360: hue angle of 48.43º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3A360 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17916396-
CMYK00.090.460.30
HSL48.43º35.32%53.92%-
HSV(B)48.43º46.37%70.2%-
XYZ33.836.6216.35-
YUV160.1591.8141.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=40.87%
G=37.21%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791639600.090.460.3048.4335.3253.92
HexB3A360092E1E302336
Octal2632431400115636604366
Binary101100111010001111000000100110111011110110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A360; }

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

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

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

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

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

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

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

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