#BAAE6A

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

Shades of Gimblet #BAAE6A

Tints of Gimblet #BAAE6A

Color information

#BAAE6A (or 0xBAAE6A) is unknown color: approx Gimblet. HEX triplet: BA, AE and 6A. RGB value is (186,174,106). Sum of RGB (Red+Green+Blue) = 186+174+106=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE6A is #455195. Grayscale: #AAAAAA. Windows color (decimal): -4542870 or 6991546. OLE color: 6991546.

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

Color convert

RGB186174106-
CMYK00.060.430.27
HSL51º36.7%57.25%-
HSV(B)51º43.01%72.94%-
XYZ37.9941.7519.69-
YUV169.8491.98139.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=39.91%
G=37.34%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617410600.060.430.275136.757.25
HexBAAE6A062B1B332539
Octal272256152065333634571
Binary10111010101011101101010011010101111011110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE6A; }

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

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

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

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

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

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

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

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