#BAAD6E

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

Shades of Gimblet #BAAD6E

Tints of Gimblet #BAAD6E

Color information

#BAAD6E (or 0xBAAD6E) is unknown color: approx Gimblet. HEX triplet: BA, AD and 6E. RGB value is (186,173,110). Sum of RGB (Red+Green+Blue) = 186+173+110=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD6E is #455291. Grayscale: #A9A9A9. Windows color (decimal): -4543122 or 7253434. OLE color: 7253434.

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

Color convert

RGB186173110-
CMYK00.070.410.27
HSL49.74º35.51%58.04%-
HSV(B)49.74º40.86%72.94%-
XYZ38.0141.4520.75-
YUV169.794.31139.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 110 (43.36% from 255) = 23.45%
R=39.66%
G=36.89%
B=23.45%

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
Decimal18617311000.070.410.2749.7435.5158.04
HexBAAD6E07291B32243a
Octal272255156075133624472
Binary10111010101011011101110011110100111011110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD6E; }

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

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

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

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

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

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

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

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