#BAAD65

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

Shades of Gimblet #BAAD65

Tints of Gimblet #BAAD65

Color information

#BAAD65 (or 0xBAAD65) is unknown color: approx Gimblet. HEX triplet: BA, AD and 65. RGB value is (186,173,101). Sum of RGB (Red+Green+Blue) = 186+173+101=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD65 is #45529A. Grayscale: #A8A8A8. Windows color (decimal): -4543131 or 6663610. OLE color: 6663610.

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

Color convert

RGB186173101-
CMYK00.070.460.27
HSL50.82º38.12%56.27%-
HSV(B)50.82º45.7%72.94%-
XYZ37.5441.2718.3-
YUV168.6889.81140.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=40.43%
G=37.61%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617310100.070.460.2750.8238.1256.27
HexBAAD65072E1B332638
Octal272255145075633634670
Binary10111010101011011100101011110111011011110011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD65; }

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

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

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

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

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

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

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

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