#BAAA6D

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

Shades of Gimblet #BAAA6D

Tints of Gimblet #BAAA6D

Color information

#BAAA6D (or 0xBAAA6D) is unknown color: approx Gimblet. HEX triplet: BA, AA and 6D. RGB value is (186,170,109). Sum of RGB (Red+Green+Blue) = 186+170+109=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6D is #455592. Grayscale: #A8A8A8. Windows color (decimal): -4543891 or 7187130. OLE color: 7187130.

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

Color convert

RGB186170109-
CMYK00.090.410.27
HSL47.53º35.81%57.84%-
HSV(B)47.53º41.4%72.94%-
XYZ37.3840.2920.27-
YUV167.8394.8140.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=40%
G=36.56%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617010900.090.410.2747.5335.8157.84
HexBAAA6D09291B30243a
Octal2722521550115133604472
Binary101110101010101011011010100110100111011110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA6D; }

 p { color: rgb(186,170,109); }

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

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

 a { background-color: rgb(186,170,109); }

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

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

 span { border-color: rgb(186,170,109); }

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