#B4A663

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

Shades of Gimblet #B4A663

Tints of Gimblet #B4A663

Color information

#B4A663 (or 0xB4A663) is unknown color: approx Gimblet. HEX triplet: B4, A6 and 63. RGB value is (180,166,99). Sum of RGB (Red+Green+Blue) = 180+166+99=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A663 is #4B599C. Grayscale: #A2A2A2. Windows color (decimal): -4938141 or 6530740. OLE color: 6530740.

HSL color Cylindrical-coordinate representation of color #B4A663: hue angle of 49.63º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4A663 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18016699-
CMYK00.080.450.29
HSL49.63º35.06%54.71%-
HSV(B)49.63º45%70.59%-
XYZ34.7137.8817.29-
YUV162.5592.14140.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=40.45%
G=37.30%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801669900.080.450.2949.6335.0654.71
HexB4A663082D1D322337
Octal2642461430105535624367
Binary101101001010011011000110100010110111101110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A663; }

 p { color: rgb(180,166,99); }

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

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

 a { background-color: rgb(180,166,99); }

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

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

 span { border-color: rgb(180,166,99); }

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