#B4AC63

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

Shades of Gimblet #B4AC63

Tints of Gimblet #B4AC63

Color information

#B4AC63 (or 0xB4AC63) is unknown color: approx Gimblet. HEX triplet: B4, AC and 63. RGB value is (180,172,99). Sum of RGB (Red+Green+Blue) = 180+172+99=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC63 is #4B539C. Grayscale: #A6A6A6. Windows color (decimal): -4936605 or 6532276. OLE color: 6532276.

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

Color convert

RGB18017299-
CMYK00.040.450.29
HSL54.07º35.06%54.71%-
HSV(B)54.07º45%70.59%-
XYZ35.8340.1117.66-
YUV166.0790.15137.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=39.91%
G=38.14%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801729900.040.450.2954.0735.0654.71
HexB4AC63042D1D362337
Octal264254143045535664367
Binary10110100101011001100011010010110111101110110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC63; }

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

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

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

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

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

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

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

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