#BAAD5C

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

Shades of Gimblet #BAAD5C

Tints of Gimblet #BAAD5C

Color information

#BAAD5C (or 0xBAAD5C) is unknown color: approx Gimblet. HEX triplet: BA, AD and 5C. RGB value is (186,173,92). Sum of RGB (Red+Green+Blue) = 186+173+92=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD5C is #4552A3. Grayscale: #A7A7A7. Windows color (decimal): -4543140 or 6073786. OLE color: 6073786.

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

Color convert

RGB18617392-
CMYK00.070.510.27
HSL51.7º40.52%54.51%-
HSV(B)51.7º50.54%72.94%-
XYZ37.1341.116.1-
YUV167.6585.31141.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=41.24%
G=38.36%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861739200.070.510.2751.740.5254.51
HexBAAD5C07331B342937
Octal272255134076333645167
Binary10111010101011011011100011111001111011110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD5C; }

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

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

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

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

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

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

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

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