#BAAE69

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

Shades of Gimblet #BAAE69

Tints of Gimblet #BAAE69

Color information

#BAAE69 (or 0xBAAE69) is unknown color: approx Gimblet. HEX triplet: BA, AE and 69. RGB value is (186,174,105). Sum of RGB (Red+Green+Blue) = 186+174+105=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE69 is #455196. Grayscale: #AAAAAA. Windows color (decimal): -4542871 or 6926010. OLE color: 6926010.

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

Color convert

RGB186174105-
CMYK00.060.440.27
HSL51.11º36.99%57.06%-
HSV(B)51.11º43.55%72.94%-
XYZ37.9441.7319.42-
YUV169.7291.48139.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=40%
G=37.42%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617410500.060.440.2751.1136.9957.06
HexBAAE69062C1B332539
Octal272256151065433634571
Binary10111010101011101101001011010110011011110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE69; }

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

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

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

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

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

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

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

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