#B6AC5C

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

Shades of Gimblet #B6AC5C

Tints of Gimblet #B6AC5C

Color information

#B6AC5C (or 0xB6AC5C) is unknown color: approx Gimblet. HEX triplet: B6, AC and 5C. RGB value is (182,172,92). Sum of RGB (Red+Green+Blue) = 182+172+92=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC5C is #4953A3. Grayscale: #A6A6A6. Windows color (decimal): -4805540 or 6073526. OLE color: 6073526.

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

Color convert

RGB18217292-
CMYK00.050.490.29
HSL53.33º38.14%53.73%-
HSV(B)53.33º49.45%71.37%-
XYZ35.9840.2215.99-
YUV165.8786.31139.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=40.81%
G=38.57%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821729200.050.490.2953.3338.1453.73
HexB6AC5C05311D352636
Octal266254134056135654666
Binary10110110101011001011100010111000111101110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC5C; }

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

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

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

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

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

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

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

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