#B6AD5A

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

Shades of Gimblet #B6AD5A

Tints of Gimblet #B6AD5A

Color information

#B6AD5A (or 0xB6AD5A) is unknown color: approx Gimblet. HEX triplet: B6, AD and 5A. RGB value is (182,173,90). Sum of RGB (Red+Green+Blue) = 182+173+90=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD5A is #4952A5. Grayscale: #A6A6A6. Windows color (decimal): -4805286 or 5942710. OLE color: 5942710.

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

Color convert

RGB18217390-
CMYK00.050.510.29
HSL54.13º38.66%53.33%-
HSV(B)54.13º50.55%71.37%-
XYZ36.0840.5715.6-
YUV166.2384.98139.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=40.90%
G=38.88%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821739000.050.510.2954.1338.6653.33
HexB6AD5A05331D362735
Octal266255132056335664765
Binary10110110101011011011010010111001111101110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD5A; }

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

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

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

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

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

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

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

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