#B6AC6C

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

Shades of Gimblet #B6AC6C

Tints of Gimblet #B6AC6C

Color information

#B6AC6C (or 0xB6AC6C) is unknown color: approx Gimblet. HEX triplet: B6, AC and 6C. RGB value is (182,172,108). Sum of RGB (Red+Green+Blue) = 182+172+108=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC6C is #495393. Grayscale: #A7A7A7. Windows color (decimal): -4805524 or 7122102. OLE color: 7122102.

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

Color convert

RGB182172108-
CMYK00.050.410.29
HSL51.89º33.64%56.86%-
HSV(B)51.89º40.66%71.37%-
XYZ36.7540.5320.07-
YUV167.6994.31138.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=39.39%
G=37.23%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217210800.050.410.2951.8933.6456.86
HexB6AC6C05291D342239
Octal266254154055135644271
Binary10110110101011001101100010110100111101110100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC6C; }

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

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

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

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

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

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

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

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