#BAAB6F

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

Shades of Gimblet #BAAB6F

Tints of Gimblet #BAAB6F

Color information

#BAAB6F (or 0xBAAB6F) is unknown color: approx Gimblet. HEX triplet: BA, AB and 6F. RGB value is (186,171,111). Sum of RGB (Red+Green+Blue) = 186+171+111=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB6F is #455490. Grayscale: #A8A8A8. Windows color (decimal): -4543633 or 7318458. OLE color: 7318458.

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

Color convert

RGB186171111-
CMYK00.080.400.27
HSL48º35.21%58.24%-
HSV(B)48º40.32%72.94%-
XYZ37.6840.7120.91-
YUV168.6495.47140.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=39.74%
G=36.54%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617111100.080.400.274835.2158.24
HexBAAB6F08281B30233a
Octal2722531570105033604372
Binary101110101010101111011110100010100011011110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB6F; }

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

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

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

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

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

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

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

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