#BAA766

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

Shades of Gimblet #BAA766

Tints of Gimblet #BAA766

Color information

#BAA766 (or 0xBAA766) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 66. RGB value is (186,167,102). Sum of RGB (Red+Green+Blue) = 186+167+102=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA766 is #455899. Grayscale: #A5A5A5. Windows color (decimal): -4544666 or 6727610. OLE color: 6727610.

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

Color convert

RGB186167102-
CMYK00.100.450.27
HSL46.43º37.84%56.47%-
HSV(B)46.43º45.16%72.94%-
XYZ36.4739.0418.18-
YUV165.2792.29142.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=40.88%
G=36.70%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710200.100.450.2746.4337.8456.47
HexBAA7660A2D1B2e2638
Octal2722471460125533564670
Binary101110101010011111001100101010110111011101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA766; }

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

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

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

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

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

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

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

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