#BAAD6D

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

Shades of Gimblet #BAAD6D

Tints of Gimblet #BAAD6D

Color information

#BAAD6D (or 0xBAAD6D) is unknown color: approx Gimblet. HEX triplet: BA, AD and 6D. RGB value is (186,173,109). Sum of RGB (Red+Green+Blue) = 186+173+109=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD6D is #455292. Grayscale: #A9A9A9. Windows color (decimal): -4543123 or 7187898. OLE color: 7187898.

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

Color convert

RGB186173109-
CMYK00.070.410.27
HSL49.87º35.81%57.84%-
HSV(B)49.87º41.4%72.94%-
XYZ37.9541.4320.46-
YUV169.5993.81139.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=39.74%
G=36.97%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617310900.070.410.2749.8735.8157.84
HexBAAD6D07291B32243a
Octal272255155075133624472
Binary10111010101011011101101011110100111011110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD6D; }

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

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

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

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

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

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

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

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