#B6AC66

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

Shades of Gimblet #B6AC66

Tints of Gimblet #B6AC66

Color information

#B6AC66 (or 0xB6AC66) is unknown color: approx Gimblet. HEX triplet: B6, AC and 66. RGB value is (182,172,102). Sum of RGB (Red+Green+Blue) = 182+172+102=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC66 is #495399. Grayscale: #A7A7A7. Windows color (decimal): -4805530 or 6728886. OLE color: 6728886.

HSL color Cylindrical-coordinate representation of color #B6AC66: hue angle of 52.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6AC66 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182172102-
CMYK00.050.440.29
HSL52.5º35.4%55.69%-
HSV(B)52.5º43.96%71.37%-
XYZ36.4440.4118.45-
YUV167.0191.31138.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 102 (40.23% from 255) = 22.37%
R=39.91%
G=37.72%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217210200.050.440.2952.535.455.69
HexB6AC66052C1D342338
Octal266254146055435644370
Binary10110110101011001100110010110110011101110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC66; }

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

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

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

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

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

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

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

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