#B4AC5C

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

Shades of Gimblet #B4AC5C

Tints of Gimblet #B4AC5C

Color information

#B4AC5C (or 0xB4AC5C) is unknown color: approx Gimblet. HEX triplet: B4, AC and 5C. RGB value is (180,172,92). Sum of RGB (Red+Green+Blue) = 180+172+92=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC5C is #4B53A3. Grayscale: #A5A5A5. Windows color (decimal): -4936612 or 6073524. OLE color: 6073524.

HSL color Cylindrical-coordinate representation of color #B4AC5C: hue angle of 54.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4AC5C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18017292-
CMYK00.040.490.29
HSL54.55º36.97%53.33%-
HSV(B)54.55º48.89%70.59%-
XYZ35.5139.9815.97-
YUV165.2786.65138.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=40.54%
G=38.74%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801729200.040.490.2954.5536.9753.33
HexB4AC5C04311D372535
Octal264254134046135674565
Binary10110100101011001011100010011000111101110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC5C; }

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

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

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

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

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

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

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

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