#B4AC6E

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

Shades of Gimblet #B4AC6E

Tints of Gimblet #B4AC6E

Color information

#B4AC6E (or 0xB4AC6E) is unknown color: approx Gimblet. HEX triplet: B4, AC and 6E. RGB value is (180,172,110). Sum of RGB (Red+Green+Blue) = 180+172+110=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC6E is #4B5391. Grayscale: #A7A7A7. Windows color (decimal): -4936594 or 7253172. OLE color: 7253172.

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

Color convert

RGB180172110-
CMYK00.040.390.29
HSL53.14º31.82%56.86%-
HSV(B)53.14º38.89%70.59%-
XYZ36.3940.3320.62-
YUV167.3295.65137.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=38.96%
G=37.23%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017211000.040.390.2953.1431.8256.86
HexB4AC6E04271D352039
Octal264254156044735654071
Binary10110100101011001101110010010011111101110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC6E; }

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

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

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

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

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

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

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

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