#BAAA6F

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

Shades of Gimblet #BAAA6F

Tints of Gimblet #BAAA6F

Color information

#BAAA6F (or 0xBAAA6F) is unknown color: approx Gimblet. HEX triplet: BA, AA and 6F. RGB value is (186,170,111). Sum of RGB (Red+Green+Blue) = 186+170+111=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA6F is #455590. Grayscale: #A8A8A8. Windows color (decimal): -4543889 or 7318202. OLE color: 7318202.

HSL color Cylindrical-coordinate representation of color #BAAA6F: hue angle of 47.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAAA6F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186170111-
CMYK00.090.400.27
HSL47.2º35.21%58.24%-
HSV(B)47.2º40.32%72.94%-
XYZ37.4940.3420.85-
YUV168.0695.8140.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=39.83%
G=36.40%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617011100.090.400.2747.235.2158.24
HexBAAA6F09281B2f233a
Octal2722521570115033574372
Binary101110101010101011011110100110100011011101111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA6F; }

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

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

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

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

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

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

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

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