#BAA765

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

Shades of Gimblet #BAA765

Tints of Gimblet #BAA765

Color information

#BAA765 (or 0xBAA765) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 65. RGB value is (186,167,101). Sum of RGB (Red+Green+Blue) = 186+167+101=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA765 is #45589A. Grayscale: #A5A5A5. Windows color (decimal): -4544667 or 6662074. OLE color: 6662074.

HSL color Cylindrical-coordinate representation of color #BAA765: hue angle of 46.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAA765 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186167101-
CMYK00.100.460.27
HSL46.59º38.12%56.27%-
HSV(B)46.59º45.7%72.94%-
XYZ36.4239.0217.92-
YUV165.1691.79142.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=40.97%
G=36.78%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710100.100.460.2746.5938.1256.27
HexBAA7650A2E1B2f2638
Octal2722471450125633574670
Binary101110101010011111001010101010111011011101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA765; }

 p { color: rgb(186,167,101); }

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

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

 a { background-color: rgb(186,167,101); }

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

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

 span { border-color: rgb(186,167,101); }

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