#B3A163

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

Shades of Gimblet #B3A163

Tints of Gimblet #B3A163

Color information

#B3A163 (or 0xB3A163) is unknown color: approx Gimblet. HEX triplet: B3, A1 and 63. RGB value is (179,161,99). Sum of RGB (Red+Green+Blue) = 179+161+99=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A163 is #4C5E9C. Grayscale: #9F9F9F. Windows color (decimal): -5004957 or 6529459. OLE color: 6529459.

HSL color Cylindrical-coordinate representation of color #B3A163: hue angle of 46.5º 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 #B3A163 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17916199-
CMYK00.100.450.30
HSL46.5º34.48%54.51%-
HSV(B)46.5º44.69%70.2%-
XYZ33.5935.9716.98-
YUV159.3193.96142.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=40.77%
G=36.67%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791619900.100.450.3046.534.4854.51
HexB3A1630A2D1E2e2237
Octal2632411430125536564267
Binary101100111010000111000110101010110111110101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A163; }

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

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

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

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

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

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

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

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