#B3A363

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

Shades of Gimblet #B3A363

Tints of Gimblet #B3A363

Color information

#B3A363 (or 0xB3A363) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 63. RGB value is (179,163,99). Sum of RGB (Red+Green+Blue) = 179+163+99=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A363 is #4C5C9C. Grayscale: #A0A0A0. Windows color (decimal): -5004445 or 6529971. OLE color: 6529971.

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

Color convert

RGB17916399-
CMYK00.090.450.30
HSL48º34.48%54.51%-
HSV(B)48º44.69%70.2%-
XYZ33.9436.6817.1-
YUV160.4993.3141.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=40.59%
G=36.96%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791639900.090.450.304834.4854.51
HexB3A363092D1E302237
Octal2632431430115536604267
Binary101100111010001111000110100110110111110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A363; }

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

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

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

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

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

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

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

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