#BAA76C

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

Shades of Gimblet #BAA76C

Tints of Gimblet #BAA76C

Color information

#BAA76C (or 0xBAA76C) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 6C. RGB value is (186,167,108). Sum of RGB (Red+Green+Blue) = 186+167+108=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA76C is #455893. Grayscale: #A6A6A6. Windows color (decimal): -4544660 or 7120826. OLE color: 7120826.

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

Color convert

RGB186167108-
CMYK00.100.420.27
HSL45.38º36.11%57.65%-
HSV(B)45.38º41.94%72.94%-
XYZ36.7839.1619.81-
YUV165.9695.29142.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=40.35%
G=36.23%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710800.100.420.2745.3836.1157.65
HexBAA76C0A2A1B2d243a
Octal2722471540125233554472
Binary101110101010011111011000101010101011011101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA76C; }

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

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

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

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

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

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

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

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