#B3A362

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

Shades of Gimblet #B3A362

Tints of Gimblet #B3A362

Color information

#B3A362 (or 0xB3A362) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 62. RGB value is (179,163,98). Sum of RGB (Red+Green+Blue) = 179+163+98=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A362 is #4C5C9D. Grayscale: #A0A0A0. Windows color (decimal): -5004446 or 6464435. OLE color: 6464435.

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

Color convert

RGB17916398-
CMYK00.090.450.30
HSL48.15º34.76%54.31%-
HSV(B)48.15º45.25%70.2%-
XYZ33.8936.6616.85-
YUV160.3792.8141.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=40.68%
G=37.05%
B=22.27%

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
Decimal1791639800.090.450.3048.1534.7654.31
HexB3A362092D1E302336
Octal2632431420115536604366
Binary101100111010001111000100100110110111110110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A362; }

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

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

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

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

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

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

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

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