#B3AC66

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

Shades of Gimblet #B3AC66

Tints of Gimblet #B3AC66

Color information

#B3AC66 (or 0xB3AC66) is unknown color: approx Gimblet. HEX triplet: B3, AC and 66. RGB value is (179,172,102). Sum of RGB (Red+Green+Blue) = 179+172+102=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC66 is #4C5399. Grayscale: #A6A6A6. Windows color (decimal): -5002138 or 6728883. OLE color: 6728883.

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

Color convert

RGB179172102-
CMYK00.040.430.30
HSL54.55º33.62%55.1%-
HSV(B)54.55º43.02%70.2%-
XYZ35.7440.0518.42-
YUV166.1191.82137.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=39.51%
G=37.97%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917210200.040.430.3054.5533.6255.1
HexB3AC66042B1E372237
Octal263254146045336674267
Binary10110011101011001100110010010101111110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC66; }

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

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

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

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

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

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

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

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