#B4AC66

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

Shades of Gimblet #B4AC66

Tints of Gimblet #B4AC66

Color information

#B4AC66 (or 0xB4AC66) is unknown color: approx Gimblet. HEX triplet: B4, AC and 66. RGB value is (180,172,102). Sum of RGB (Red+Green+Blue) = 180+172+102=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC66 is #4B5399. Grayscale: #A6A6A6. Windows color (decimal): -4936602 or 6728884. OLE color: 6728884.

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

Color convert

RGB180172102-
CMYK00.040.430.29
HSL53.85º34.21%55.29%-
HSV(B)53.85º43.33%70.59%-
XYZ35.9740.1718.43-
YUV166.4191.65137.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=39.65%
G=37.89%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017210200.040.430.2953.8534.2155.29
HexB4AC66042B1D362237
Octal264254146045335664267
Binary10110100101011001100110010010101111101110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC66; }

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

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

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

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

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

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

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

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