#BAAD6A

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

Shades of Gimblet #BAAD6A

Tints of Gimblet #BAAD6A

Color information

#BAAD6A (or 0xBAAD6A) is unknown color: approx Gimblet. HEX triplet: BA, AD and 6A. RGB value is (186,173,106). Sum of RGB (Red+Green+Blue) = 186+173+106=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD6A is #455295. Grayscale: #A9A9A9. Windows color (decimal): -4543126 or 6991290. OLE color: 6991290.

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

Color convert

RGB186173106-
CMYK00.070.430.27
HSL50.25º36.7%57.25%-
HSV(B)50.25º43.01%72.94%-
XYZ37.7941.3719.63-
YUV169.2592.31139.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=40%
G=37.20%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617310600.070.430.2750.2536.757.25
HexBAAD6A072B1B322539
Octal272255152075333624571
Binary10111010101011011101010011110101111011110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD6A; }

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

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

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

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

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

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

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

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