#B6AA52

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

Shades of Gimblet #B6AA52

Tints of Gimblet #B6AA52

Color information

#B6AA52 (or 0xB6AA52) is unknown color: approx Gimblet. HEX triplet: B6, AA and 52. RGB value is (182,170,82). Sum of RGB (Red+Green+Blue) = 182+170+82=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA52 is #4955AD. Grayscale: #A3A3A3. Windows color (decimal): -4806062 or 5417654. OLE color: 5417654.

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

Color convert

RGB18217082-
CMYK00.070.550.29
HSL52.8º40.65%51.76%-
HSV(B)52.8º54.95%71.37%-
XYZ35.1939.313.71-
YUV163.5681.98141.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=41.94%
G=39.17%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821708200.070.550.2952.840.6551.76
HexB6AA5207371D352934
Octal266252122076735655164
Binary10110110101010101010010011111011111101110101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA52; }

 p { color: rgb(182,170,82); }

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

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

 a { background-color: rgb(182,170,82); }

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

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

 span { border-color: rgb(182,170,82); }

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