#BAAA56

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

Shades of Gimblet #BAAA56

Tints of Gimblet #BAAA56

Color information

#BAAA56 (or 0xBAAA56) is unknown color: approx Gimblet. HEX triplet: BA, AA and 56. RGB value is (186,170,86). Sum of RGB (Red+Green+Blue) = 186+170+86=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA56 is #4555A9. Grayscale: #A5A5A5. Windows color (decimal): -4543914 or 5679802. OLE color: 5679802.

HSL color Cylindrical-coordinate representation of color #BAAA56: hue angle of 50.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAAA56 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18617086-
CMYK00.090.540.27
HSL50.4º42.02%53.33%-
HSV(B)50.4º53.76%72.94%-
XYZ36.339.8614.58-
YUV165.2183.3142.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=42.08%
G=38.46%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861708600.090.540.2750.442.0253.33
HexBAAA5609361B322a35
Octal2722521260116633625265
Binary101110101010101010101100100111011011011110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA56; }

 p { color: rgb(186,170,86); }

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

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

 a { background-color: rgb(186,170,86); }

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

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

 span { border-color: rgb(186,170,86); }

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