#BAAA66

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

Shades of Gimblet #BAAA66

Tints of Gimblet #BAAA66

Color information

#BAAA66 (or 0xBAAA66) is unknown color: approx Gimblet. HEX triplet: BA, AA and 66. RGB value is (186,170,102). Sum of RGB (Red+Green+Blue) = 186+170+102=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA66 is #455599. Grayscale: #A7A7A7. Windows color (decimal): -4543898 or 6728378. OLE color: 6728378.

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

Color convert

RGB186170102-
CMYK00.090.450.27
HSL48.57º37.84%56.47%-
HSV(B)48.57º45.16%72.94%-
XYZ37.0240.1518.37-
YUV167.0391.3141.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 102 (40.23% from 255) = 22.27%
R=40.61%
G=37.12%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617010200.090.450.2748.5737.8456.47
HexBAAA66092D1B312638
Octal2722521460115533614670
Binary101110101010101011001100100110110111011110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA66; }

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

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

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

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

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

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

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

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