#BAAD62

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

Shades of Gimblet #BAAD62

Tints of Gimblet #BAAD62

Color information

#BAAD62 (or 0xBAAD62) is unknown color: approx Gimblet. HEX triplet: BA, AD and 62. RGB value is (186,173,98). Sum of RGB (Red+Green+Blue) = 186+173+98=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAD62 is #45529D. Grayscale: #A8A8A8. Windows color (decimal): -4543134 or 6467002. OLE color: 6467002.

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

Color convert

RGB18617398-
CMYK00.070.470.27
HSL51.14º38.94%55.69%-
HSV(B)51.14º47.31%72.94%-
XYZ37.441.2117.54-
YUV168.3488.31140.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=40.70%
G=37.86%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861739800.070.470.2751.1438.9455.69
HexBAAD62072F1B332738
Octal272255142075733634770
Binary10111010101011011100010011110111111011110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD62; }

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

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

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

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

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

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

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

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