#BAAE6C

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

Shades of Gimblet #BAAE6C

Tints of Gimblet #BAAE6C

Color information

#BAAE6C (or 0xBAAE6C) is unknown color: approx Gimblet. HEX triplet: BA, AE and 6C. RGB value is (186,174,108). Sum of RGB (Red+Green+Blue) = 186+174+108=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE6C is #455193. Grayscale: #AAAAAA. Windows color (decimal): -4542868 or 7122618. OLE color: 7122618.

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

Color convert

RGB186174108-
CMYK00.060.420.27
HSL50.77º36.11%57.65%-
HSV(B)50.77º41.94%72.94%-
XYZ38.0941.7920.25-
YUV170.0692.98139.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=39.74%
G=37.18%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617410800.060.420.2750.7736.1157.65
HexBAAE6C062A1B33243a
Octal272256154065233634472
Binary10111010101011101101100011010101011011110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE6C; }

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

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

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

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

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

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

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

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