#BAA768

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

Shades of Gimblet #BAA768

Tints of Gimblet #BAA768

Color information

#BAA768 (or 0xBAA768) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 68. RGB value is (186,167,104). Sum of RGB (Red+Green+Blue) = 186+167+104=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA768 is #455897. Grayscale: #A5A5A5. Windows color (decimal): -4544664 or 6858682. OLE color: 6858682.

HSL color Cylindrical-coordinate representation of color #BAA768: hue angle of 46.1º 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 #BAA768 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186167104-
CMYK00.100.440.27
HSL46.1º37.27%56.86%-
HSV(B)46.1º44.09%72.94%-
XYZ36.5739.0818.71-
YUV165.593.29142.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=40.70%
G=36.54%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710400.100.440.2746.137.2756.86
HexBAA7680A2C1B2e2539
Octal2722471500125433564571
Binary101110101010011111010000101010110011011101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA768; }

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

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

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

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

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

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

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

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