#B6AD5C

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

Shades of Gimblet #B6AD5C

Tints of Gimblet #B6AD5C

Color information

#B6AD5C (or 0xB6AD5C) is unknown color: approx Gimblet. HEX triplet: B6, AD and 5C. RGB value is (182,173,92). Sum of RGB (Red+Green+Blue) = 182+173+92=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD5C is #4952A3. Grayscale: #A6A6A6. Windows color (decimal): -4805284 or 6073782. OLE color: 6073782.

HSL color Cylindrical-coordinate representation of color #B6AD5C: hue angle of 54º 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 #B6AD5C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18217392-
CMYK00.050.490.29
HSL54º38.14%53.73%-
HSV(B)54º49.45%71.37%-
XYZ36.1740.616.06-
YUV166.4685.98139.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=40.72%
G=38.70%
B=20.58%

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
Decimal1821739200.050.490.295438.1453.73
HexB6AD5C05311D362636
Octal266255134056135664666
Binary10110110101011011011100010111000111101110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD5C; }

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

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

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

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

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

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

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

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