#BAAA62

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

Shades of Gimblet #BAAA62

Tints of Gimblet #BAAA62

Color information

#BAAA62 (or 0xBAAA62) is unknown color: approx Gimblet. HEX triplet: BA, AA and 62. RGB value is (186,170,98). Sum of RGB (Red+Green+Blue) = 186+170+98=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA62 is #45559D. Grayscale: #A6A6A6. Windows color (decimal): -4543902 or 6466234. OLE color: 6466234.

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

Color convert

RGB18617098-
CMYK00.090.470.27
HSL49.09º38.94%55.69%-
HSV(B)49.09º47.31%72.94%-
XYZ36.8340.0717.35-
YUV166.5889.3141.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 98 (38.67% from 255) = 21.59%
R=40.97%
G=37.44%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861709800.090.470.2749.0938.9455.69
HexBAAA62092F1B312738
Octal2722521420115733614770
Binary101110101010101011000100100110111111011110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA62; }

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

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

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

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

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

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

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

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