#B3A45C

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

Shades of Gimblet #B3A45C

Tints of Gimblet #B3A45C

Color information

#B3A45C (or 0xB3A45C) is unknown color: approx Gimblet. HEX triplet: B3, A4 and 5C. RGB value is (179,164,92). Sum of RGB (Red+Green+Blue) = 179+164+92=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A45C is #4C5BA3. Grayscale: #A0A0A0. Windows color (decimal): -5004196 or 6071475. OLE color: 6071475.

HSL color Cylindrical-coordinate representation of color #B3A45C: hue angle of 49.66º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3A45C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17916492-
CMYK00.080.490.30
HSL49.66º36.4%53.14%-
HSV(B)49.66º48.6%70.2%-
XYZ33.836.9115.47-
YUV160.2889.47141.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=41.15%
G=37.70%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791649200.080.490.3049.6636.453.14
HexB3A45C08311E322435
Octal2632441340106136624465
Binary101100111010010010111000100011000111110110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A45C; }

 p { color: rgb(179,164,92); }

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

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

 a { background-color: rgb(179,164,92); }

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

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

 span { border-color: rgb(179,164,92); }

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