#B4AC61

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

Shades of Gimblet #B4AC61

Tints of Gimblet #B4AC61

Color information

#B4AC61 (or 0xB4AC61) is unknown color: approx Gimblet. HEX triplet: B4, AC and 61. RGB value is (180,172,97). Sum of RGB (Red+Green+Blue) = 180+172+97=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC61 is #4B539E. Grayscale: #A6A6A6. Windows color (decimal): -4936607 or 6401204. OLE color: 6401204.

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

Color convert

RGB18017297-
CMYK00.040.460.29
HSL54.22º35.62%54.31%-
HSV(B)54.22º46.11%70.59%-
XYZ35.7340.0717.16-
YUV165.8489.15138.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=40.09%
G=38.31%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801729700.040.460.2954.2235.6254.31
HexB4AC61042E1D362436
Octal264254141045635664466
Binary10110100101011001100001010010111011101110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC61; }

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

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

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

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

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

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

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

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