#BAA669

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

Shades of Gimblet #BAA669

Tints of Gimblet #BAA669

Color information

#BAA669 (or 0xBAA669) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 69. RGB value is (186,166,105). Sum of RGB (Red+Green+Blue) = 186+166+105=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA669 is #455996. Grayscale: #A5A5A5. Windows color (decimal): -4544919 or 6923962. OLE color: 6923962.

HSL color Cylindrical-coordinate representation of color #BAA669: hue angle of 45.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAA669 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186166105-
CMYK00.110.440.27
HSL45.19º36.99%57.06%-
HSV(B)45.19º43.55%72.94%-
XYZ36.4438.7318.92-
YUV165.0394.13142.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 105 (41.41% from 255) = 22.98%
R=40.70%
G=36.32%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616610500.110.440.2745.1936.9957.06
HexBAA6690B2C1B2d2539
Octal2722461510135433554571
Binary101110101010011011010010101110110011011101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA669; }

 p { color: rgb(186,166,105); }

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

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

 a { background-color: rgb(186,166,105); }

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

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

 span { border-color: rgb(186,166,105); }

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